Html Css Color HEX #A802D5 Dark Violet

📋 copy color: '#A802D5'

red 168 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #A802D5

Tints of Dark Violet #A802D5

RGB

 RED value IS 168 (66.02% from 255) = 43.86%

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

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

R = 43.86%
G = 0.52%
B = 55.61%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A802D5 (or 0xA802D5) is known color: Dark Violet. HEX triplet: A8, 02 and D5. RGB value is (168,2,213). Sum of RGB (Red+Green+Blue) = 168+2+213=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #A802D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802D5 is #57FD2A. Grayscale: #4B4B4B. Windows color (decimal): -5766443 or 13959848. OLE color: 13959848.

HSL color Cylindrical-coordinate representation of color #A802D5: hue angle of 287.2º 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 #A802D5 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 2 213 -
CMYK 0.21 0.99 0 0.16
HSL 287.2º 0.98% 0.42% -
HSV(B) 287.2º 0.99% 0.84% -
XYZ 28.18 13.17 64.01 -
YUV 75.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 168 2 213 0.21 0.99 0 0.16 287.2 0.98 0.42
Hex A8 2 D5 15 63 0 10 11F 62 2A
Octal 250 2 325 25 143 0 20 437 142 52
Binary 10101000 10 11010101 10101 1100011 0 10000 100011111 1100010 101010

Color Harmonies of #A802D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802D5

Black with #A802D5

Text Example


Text Example

White with #A802D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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