Html Css Color HEX #A002CA Dark Violet

📋 copy color: '#A002CA'

red 160 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #A002CA

Tints of Dark Violet #A002CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 43.96%
G = 0.55%
B = 55.49%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A002CA (or 0xA002CA) is known color: Dark Violet. HEX triplet: A0, 02 and CA. RGB value is (160,2,202). Sum of RGB (Red+Green+Blue) = 160+2+202=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #A002CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002CA is #5FFD35. Grayscale: #474747. Windows color (decimal): -6290742 or 13238944. OLE color: 13238944.

HSL color Cylindrical-coordinate representation of color #A002CA: hue angle of 287.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002CA is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 2 202 -
CMYK 0.21 0.99 0 0.21
HSL 287.4º 0.98% 0.4% -
HSV(B) 287.4º 0.99% 0.79% -
XYZ 25.18 11.78 56.82 -
YUV 72.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 160 2 202 0.21 0.99 0 0.21 287.4 0.98 0.4
Hex A0 2 CA 15 63 0 15 11F 62 28
Octal 240 2 312 25 143 0 25 437 142 50
Binary 10100000 10 11001010 10101 1100011 0 10101 100011111 1100010 101000

Color Harmonies of #A002CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002CA

Black with #A002CA

Text Example


Text Example

White with #A002CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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