Html Css Color HEX #A800DD Dark Violet

📋 copy color: '#A800DD'

red 168 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #A800DD

Tints of Dark Violet #A800DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.19%
G = 0%
B = 56.81%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A800DD (or 0xA800DD) is known color: Dark Violet. HEX triplet: A8, 00 and DD. RGB value is (168,0,221). Sum of RGB (Red+Green+Blue) = 168+0+221=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #A800DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800DD is #57FF22. Grayscale: #4A4A4A. Windows color (decimal): -5766947 or 14483624. OLE color: 14483624.

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

Color convert

RGB 168 0 221 -
CMYK 0.24 1 0 0.13
HSL 285.61º 1% 0.43% -
HSV(B) 285.61º 1% 0.87% -
XYZ 29.2 13.55 69.48 -
YUV 75.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 168 0 221 0.24 1 0 0.13 285.61 1 0.43
Hex A8 0 DD 18 64 0 D 11E 64 2B
Octal 250 0 335 30 144 0 15 436 144 53
Binary 10101000 0 11011101 11000 1100100 0 1101 100011110 1100100 101011

Color Harmonies of #A800DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800DD

Black with #A800DD

Text Example


Text Example

White with #A800DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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