Html Css Color HEX #A021F6 Blue Violet

📋 copy color: '#A021F6'

red 160 ◦ green 33 ◦ blue 246

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

Shades of Blue Violet #A021F6

Tints of Blue Violet #A021F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 36.45%
G = 7.52%
B = 56.04%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A021F6 (or 0xA021F6) is known color: Blue Violet. HEX triplet: A0, 21 and F6. RGB value is (160,33,246). Sum of RGB (Red+Green+Blue) = 160+33+246=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #A021F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A021F6 is #5FDE09. Grayscale: #5E5E5E. Windows color (decimal): -6282762 or 16130464. OLE color: 16130464.

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

Color convert

RGB 160 33 246 -
CMYK 0.35 0.87 0 0.04
HSL 275.77º 0.92% 0.55% -
HSV(B) 275.77º 0.87% 0.96% -
XYZ 31.68 15.22 88.46 -
YUV 95.26 213.08 174.18 -
System Red Green Blue C M Y K H S L
Decimal 160 33 246 0.35 0.87 0 0.04 275.77 0.92 0.55
Hex A0 21 F6 23 57 0 4 114 5C 37
Octal 240 41 366 43 127 0 4 424 134 67
Binary 10100000 100001 11110110 100011 1010111 0 100 100010100 1011100 110111

Color Harmonies of #A021F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021F6

Black with #A021F6

Text Example


Text Example

White with #A021F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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