Html Css Color HEX #A802CD Dark Violet

📋 copy color: '#A802CD'

red 168 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #A802CD

Tints of Dark Violet #A802CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 44.8%
G = 0.53%
B = 54.67%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A802CD (or 0xA802CD) is known color: Dark Violet. HEX triplet: A8, 02 and CD. RGB value is (168,2,205). Sum of RGB (Red+Green+Blue) = 168+2+205=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #A802CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802CD is #57FD32. Grayscale: #4A4A4A. Windows color (decimal): -5766451 or 13435560. OLE color: 13435560.

HSL color Cylindrical-coordinate representation of color #A802CD: hue angle of 289.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802CD is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 2 205 -
CMYK 0.18 0.99 0 0.20
HSL 289.06º 0.98% 0.41% -
HSV(B) 289.06º 0.99% 0.8% -
XYZ 27.19 12.78 58.79 -
YUV 74.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 168 2 205 0.18 0.99 0 0.20 289.06 0.98 0.41
Hex A8 2 CD 12 63 0 14 121 62 29
Octal 250 2 315 22 143 0 24 441 142 51
Binary 10101000 10 11001101 10010 1100011 0 10100 100100001 1100010 101001

Color Harmonies of #A802CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802CD

Black with #A802CD

Text Example


Text Example

White with #A802CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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