Html Css Color HEX #A002F0 Dark Violet

📋 copy color: '#A002F0'

red 160 ◦ green 2 ◦ blue 240

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

Shades of Dark Violet #A002F0

Tints of Dark Violet #A002F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 39.8%
G = 0.5%
B = 59.7%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A002F0 (or 0xA002F0) is known color: Dark Violet. HEX triplet: A0, 02 and F0. RGB value is (160,2,240). Sum of RGB (Red+Green+Blue) = 160+2+240=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #A002F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002F0 is #5FFD0F. Grayscale: #4B4B4B. Windows color (decimal): -6290704 or 15729312. OLE color: 15729312.

HSL color Cylindrical-coordinate representation of color #A002F0: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002F0 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 2 240 -
CMYK 0.33 0.99 0 0.06
HSL 279.83º 0.98% 0.47% -
HSV(B) 279.83º 0.99% 0.94% -
XYZ 30.25 13.81 83.51 -
YUV 76.37 220.35 187.65 -
System Red Green Blue C M Y K H S L
Decimal 160 2 240 0.33 0.99 0 0.06 279.83 0.98 0.47
Hex A0 2 F0 21 63 0 6 118 62 2F
Octal 240 2 360 41 143 0 6 430 142 57
Binary 10100000 10 11110000 100001 1100011 0 110 100011000 1100010 101111

Color Harmonies of #A002F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002F0

Black with #A002F0

Text Example


Text Example

White with #A002F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002F0; }

 p { color: rgb(160,2,240); }

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

background-color css

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

 a { background-color: rgb(160,2,240); }

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

border-color css

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

 span { border-color: rgb(160,2,240); }

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