Html Css Color HEX #A220F9 Blue Violet

📋 copy color: '#A220F9'

red 162 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #A220F9

Tints of Blue Violet #A220F9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.22%

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

R = 36.57%
G = 7.22%
B = 56.21%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A220F9 (or 0xA220F9) is known color: Blue Violet. HEX triplet: A2, 20 and F9. RGB value is (162,32,249). Sum of RGB (Red+Green+Blue) = 162+32+249=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #A220F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A220F9 is #5DDF06. Grayscale: #5E5E5E. Windows color (decimal): -6151943 or 16326818. OLE color: 16326818.

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

Color convert

RGB 162 32 249 -
CMYK 0.35 0.87 0 0.02
HSL 275.94º 0.95% 0.55% -
HSV(B) 275.94º 0.87% 0.98% -
XYZ 32.52 15.55 90.91 -
YUV 95.61 214.57 175.36 -
System Red Green Blue C M Y K H S L
Decimal 162 32 249 0.35 0.87 0 0.02 275.94 0.95 0.55
Hex A2 20 F9 23 57 0 2 114 5F 37
Octal 242 40 371 43 127 0 2 424 137 67
Binary 10100010 100000 11111001 100011 1010111 0 10 100010100 1011111 110111

Color Harmonies of #A220F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220F9

Black with #A220F9

Text Example


Text Example

White with #A220F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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