Html Css Color HEX #A225E4 Blue Violet

📋 copy color: '#A225E4'

red 162 ◦ green 37 ◦ blue 228

#A225E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A225E4

Tints of Blue Violet #A225E4

RGB

 RED value IS 162 (63.67% from 255) = 37.94%

 GREEN value IS 37 (14.84% from 255) = 8.67%

 BLUE value IS 228 (89.45% from 255) = 53.4%

R = 37.94%
G = 8.67%
B = 53.4%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A225E4 (or 0xA225E4) is known color: Blue Violet. HEX triplet: A2, 25 and E4. RGB value is (162,37,228). Sum of RGB (Red+Green+Blue) = 162+37+228=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #A225E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225E4 is #5DDA1B. Grayscale: #5F5F5F. Windows color (decimal): -6150684 or 14951842. OLE color: 14951842.

HSL color Cylindrical-coordinate representation of color #A225E4: hue angle of 279.27º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A225E4 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 37 228 -
CMYK 0.29 0.84 0 0.11
HSL 279.27º 0.78% 0.52% -
HSV(B) 279.27º 0.84% 0.89% -
XYZ 29.57 14.61 74.66 -
YUV 96.15 202.41 174.97 -
System Red Green Blue C M Y K H S L
Decimal 162 37 228 0.29 0.84 0 0.11 279.27 0.78 0.52
Hex A2 25 E4 1D 54 0 B 117 4E 34
Octal 242 45 344 35 124 0 13 427 116 64
Binary 10100010 100101 11100100 11101 1010100 0 1011 100010111 1001110 110100

Color Harmonies of #A225E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225E4

Black with #A225E4

Text Example


Text Example

White with #A225E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225E4; }

 p { color: rgb(162,37,228); }

 H1.HeaderClassName
 {
   color: #A225E4;
 }
 .AnyTagClassName
 {
   color: #A225E4;
 }
</style>

background-color css

<style>
 a { background-color: #A225E4; }

 a { background-color: rgb(162,37,228); }

 div.DivClassName
 {
   background-color: #A225E4;
 }
 .BgClassName
 {
   background-color: #A225E4;
 }
</style>

border-color css

<style>
 span { border-color: #A225E4; }

 span { border-color: rgb(162,37,228); }

 td.TdClassName
 {
   border-color: #A225E4;
 }
 .TagClassName
 {
   border-color: #A225E4;
 }
</style>