Html Css Color HEX #A021F9 Blue Violet

📋 copy color: '#A021F9'

red 160 ◦ green 33 ◦ blue 249

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

Shades of Blue Violet #A021F9

Tints of Blue Violet #A021F9

RGB

 RED value IS 160 (62.89% from 255) = 36.2%

 GREEN value IS 33 (13.28% from 255) = 7.47%

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

R = 36.2%
G = 7.47%
B = 56.33%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A021F9 (or 0xA021F9) is known color: Blue Violet. HEX triplet: A0, 21 and F9. RGB value is (160,33,249). Sum of RGB (Red+Green+Blue) = 160+33+249=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #A021F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021F9 is #5FDE06. Grayscale: #5E5E5E. Windows color (decimal): -6282759 or 16327072. OLE color: 16327072.

HSL color Cylindrical-coordinate representation of color #A021F9: hue angle of 275.28º 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 #A021F9 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 33 249 -
CMYK 0.36 0.87 0 0.02
HSL 275.28º 0.95% 0.55% -
HSV(B) 275.28º 0.87% 0.98% -
XYZ 32.14 15.4 90.9 -
YUV 95.6 214.58 173.94 -
System Red Green Blue C M Y K H S L
Decimal 160 33 249 0.36 0.87 0 0.02 275.28 0.95 0.55
Hex A0 21 F9 24 57 0 2 113 5F 37
Octal 240 41 371 44 127 0 2 423 137 67
Binary 10100000 100001 11111001 100100 1010111 0 10 100010011 1011111 110111

Color Harmonies of #A021F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021F9

Black with #A021F9

Text Example


Text Example

White with #A021F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021F9; }

 p { color: rgb(160,33,249); }

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

background-color css

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

 a { background-color: rgb(160,33,249); }

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

border-color css

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

 span { border-color: rgb(160,33,249); }

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