Html Css Color HEX #A229F9 Blue Violet

📋 copy color: '#A229F9'

red 162 ◦ green 41 ◦ blue 249

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

Shades of Blue Violet #A229F9

Tints of Blue Violet #A229F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.07%

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 35.84%
G = 9.07%
B = 55.09%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A229F9 (or 0xA229F9) is known color: Blue Violet. HEX triplet: A2, 29 and F9. RGB value is (162,41,249). Sum of RGB (Red+Green+Blue) = 162+41+249=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #A229F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229F9 is #5DD606. Grayscale: #646464. Windows color (decimal): -6149639 or 16329122. OLE color: 16329122.

HSL color Cylindrical-coordinate representation of color #A229F9: hue angle of 274.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A229F9 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 41 249 -
CMYK 0.35 0.84 0 0.02
HSL 274.9º 0.95% 0.57% -
HSV(B) 274.9º 0.84% 0.98% -
XYZ 32.79 16.11 91 -
YUV 100.89 211.59 171.59 -
System Red Green Blue C M Y K H S L
Decimal 162 41 249 0.35 0.84 0 0.02 274.9 0.95 0.57
Hex A2 29 F9 23 54 0 2 113 5F 39
Octal 242 51 371 43 124 0 2 423 137 71
Binary 10100010 101001 11111001 100011 1010100 0 10 100010011 1011111 111001

Color Harmonies of #A229F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229F9

Black with #A229F9

Text Example


Text Example

White with #A229F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229F9; }

 p { color: rgb(162,41,249); }

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

background-color css

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

 a { background-color: rgb(162,41,249); }

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

border-color css

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

 span { border-color: rgb(162,41,249); }

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