Html Css Color HEX #A808DD Dark Violet

📋 copy color: '#A808DD'

red 168 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #A808DD

Tints of Dark Violet #A808DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 42.32%
G = 2.02%
B = 55.67%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A808DD (or 0xA808DD) is known color: Dark Violet. HEX triplet: A8, 08 and DD. RGB value is (168,8,221). Sum of RGB (Red+Green+Blue) = 168+8+221=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A808DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808DD is #57F722. Grayscale: #4F4F4F. Windows color (decimal): -5764899 or 14485672. OLE color: 14485672.

HSL color Cylindrical-coordinate representation of color #A808DD: hue angle of 285.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808DD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 8 221 -
CMYK 0.24 0.96 0 0.13
HSL 285.07º 0.93% 0.45% -
HSV(B) 285.07º 0.96% 0.87% -
XYZ 29.29 13.72 69.51 -
YUV 80.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 168 8 221 0.24 0.96 0 0.13 285.07 0.93 0.45
Hex A8 8 DD 18 60 0 D 11D 5D 2D
Octal 250 10 335 30 140 0 15 435 135 55
Binary 10101000 1000 11011101 11000 1100000 0 1101 100011101 1011101 101101

Color Harmonies of #A808DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808DD

Black with #A808DD

Text Example


Text Example

White with #A808DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808DD; }

 p { color: rgb(168,8,221); }

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

background-color css

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

 a { background-color: rgb(168,8,221); }

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

border-color css

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

 span { border-color: rgb(168,8,221); }

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