Html Css Color HEX #A228E9 Blue Violet

📋 copy color: '#A228E9'

red 162 ◦ green 40 ◦ blue 233

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

Shades of Blue Violet #A228E9

Tints of Blue Violet #A228E9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 37.24%
G = 9.2%
B = 53.56%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A228E9 (or 0xA228E9) is known color: Blue Violet. HEX triplet: A2, 28 and E9. RGB value is (162,40,233). Sum of RGB (Red+Green+Blue) = 162+40+233=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #A228E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228E9 is #5DD716. Grayscale: #616161. Windows color (decimal): -6149911 or 15280290. OLE color: 15280290.

HSL color Cylindrical-coordinate representation of color #A228E9: hue angle of 277.93º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A228E9 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 40 233 -
CMYK 0.30 0.83 0 0.09
HSL 277.93º 0.81% 0.54% -
HSV(B) 277.93º 0.83% 0.91% -
XYZ 30.37 15.08 78.4 -
YUV 98.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 162 40 233 0.30 0.83 0 0.09 277.93 0.81 0.54
Hex A2 28 E9 1E 53 0 9 116 51 36
Octal 242 50 351 36 123 0 11 426 121 66
Binary 10100010 101000 11101001 11110 1010011 0 1001 100010110 1010001 110110

Color Harmonies of #A228E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228E9

Black with #A228E9

Text Example


Text Example

White with #A228E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228E9; }

 p { color: rgb(162,40,233); }

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

background-color css

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

 a { background-color: rgb(162,40,233); }

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

border-color css

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

 span { border-color: rgb(162,40,233); }

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