Html Css Color HEX #A002DF Dark Violet

📋 copy color: '#A002DF'

red 160 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #A002DF

Tints of Dark Violet #A002DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 41.56%
G = 0.52%
B = 57.92%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A002DF (or 0xA002DF) is known color: Dark Violet. HEX triplet: A0, 02 and DF. RGB value is (160,2,223). Sum of RGB (Red+Green+Blue) = 160+2+223=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #A002DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002DF is #5FFD20. Grayscale: #494949. Windows color (decimal): -6290721 or 14615200. OLE color: 14615200.

HSL color Cylindrical-coordinate representation of color #A002DF: hue angle of 282.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002DF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 2 223 -
CMYK 0.28 0.99 0 0.13
HSL 282.9º 0.98% 0.44% -
HSV(B) 282.9º 0.99% 0.87% -
XYZ 27.84 12.84 70.82 -
YUV 74.44 211.85 189.03 -
System Red Green Blue C M Y K H S L
Decimal 160 2 223 0.28 0.99 0 0.13 282.9 0.98 0.44
Hex A0 2 DF 1C 63 0 D 11B 62 2C
Octal 240 2 337 34 143 0 15 433 142 54
Binary 10100000 10 11011111 11100 1100011 0 1101 100011011 1100010 101100

Color Harmonies of #A002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002DF

Black with #A002DF

Text Example


Text Example

White with #A002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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