Html Css Color HEX #A900DB Dark Violet

📋 copy color: '#A900DB'

red 169 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #A900DB

Tints of Dark Violet #A900DB

RGB

 RED value IS 169 (66.41% from 255) = 43.56%

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 43.56%
G = 0%
B = 56.44%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A900DB (or 0xA900DB) is known color: Dark Violet. HEX triplet: A9, 00 and DB. RGB value is (169,0,219). Sum of RGB (Red+Green+Blue) = 169+0+219=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A900DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900DB is #56FF24. Grayscale: #4A4A4A. Windows color (decimal): -5701413 or 14352553. OLE color: 14352553.

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

Color convert

RGB 169 0 219 -
CMYK 0.23 1 0 0.14
HSL 286.3º 1% 0.43% -
HSV(B) 286.3º 1% 0.86% -
XYZ 29.15 13.55 68.1 -
YUV 75.5 208.99 194.69 -
System Red Green Blue C M Y K H S L
Decimal 169 0 219 0.23 1 0 0.14 286.3 1 0.43
Hex A9 0 DB 17 64 0 E 11E 64 2B
Octal 251 0 333 27 144 0 16 436 144 53
Binary 10101001 0 11011011 10111 1100100 0 1110 100011110 1100100 101011

Color Harmonies of #A900DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900DB

Black with #A900DB

Text Example


Text Example

White with #A900DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900DB; }

 p { color: rgb(169,0,219); }

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

background-color css

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

 a { background-color: rgb(169,0,219); }

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

border-color css

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

 span { border-color: rgb(169,0,219); }

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