Html Css Color HEX #A600DB Dark Violet

📋 copy color: '#A600DB'

red 166 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #A600DB

Tints of Dark Violet #A600DB

RGB

 RED value IS 166 (65.23% from 255) = 43.12%

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

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

R = 43.12%
G = 0%
B = 56.88%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A600DB (or 0xA600DB) is known color: Dark Violet. HEX triplet: A6, 00 and DB. RGB value is (166,0,219). Sum of RGB (Red+Green+Blue) = 166+0+219=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #A600DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600DB is #59FF24. Grayscale: #494949. Windows color (decimal): -5898021 or 14352550. OLE color: 14352550.

HSL color Cylindrical-coordinate representation of color #A600DB: hue angle of 285.48º 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 #A600DB is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 0 219 -
CMYK 0.24 1 0 0.14
HSL 285.48º 1% 0.43% -
HSV(B) 285.48º 1% 0.86% -
XYZ 28.51 13.22 68.07 -
YUV 74.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 166 0 219 0.24 1 0 0.14 285.48 1 0.43
Hex A6 0 DB 18 64 0 E 11D 64 2B
Octal 246 0 333 30 144 0 16 435 144 53
Binary 10100110 0 11011011 11000 1100100 0 1110 100011101 1100100 101011

Color Harmonies of #A600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600DB

Black with #A600DB

Text Example


Text Example

White with #A600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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