Html Css Color HEX #A002D5 Dark Violet

📋 copy color: '#A002D5'

red 160 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #A002D5

Tints of Dark Violet #A002D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 42.67%
G = 0.53%
B = 56.8%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A002D5 (or 0xA002D5) is known color: Dark Violet. HEX triplet: A0, 02 and D5. RGB value is (160,2,213). Sum of RGB (Red+Green+Blue) = 160+2+213=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #A002D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002D5 is #5FFD2A. Grayscale: #484848. Windows color (decimal): -6290731 or 13959840. OLE color: 13959840.

HSL color Cylindrical-coordinate representation of color #A002D5: hue angle of 284.93º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002D5 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 2 213 -
CMYK 0.25 0.99 0 0.16
HSL 284.93º 0.98% 0.42% -
HSV(B) 284.93º 0.99% 0.84% -
XYZ 26.53 12.32 63.93 -
YUV 73.3 206.85 189.84 -
System Red Green Blue C M Y K H S L
Decimal 160 2 213 0.25 0.99 0 0.16 284.93 0.98 0.42
Hex A0 2 D5 19 63 0 10 11D 62 2A
Octal 240 2 325 31 143 0 20 435 142 52
Binary 10100000 10 11010101 11001 1100011 0 10000 100011101 1100010 101010

Color Harmonies of #A002D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002D5

Black with #A002D5

Text Example


Text Example

White with #A002D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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