Html Css Color HEX #A608DB Dark Violet

📋 copy color: '#A608DB'

red 166 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #A608DB

Tints of Dark Violet #A608DB

RGB

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

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

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

R = 42.24%
G = 2.04%
B = 55.73%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A608DB (or 0xA608DB) is known color: Dark Violet. HEX triplet: A6, 08 and DB. RGB value is (166,8,219). Sum of RGB (Red+Green+Blue) = 166+8+219=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A608DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608DB is #59F724. Grayscale: #4E4E4E. Windows color (decimal): -5895973 or 14354598. OLE color: 14354598.

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

Color convert

RGB 166 8 219 -
CMYK 0.24 0.96 0 0.14
HSL 284.93º 0.93% 0.45% -
HSV(B) 284.93º 0.96% 0.86% -
XYZ 28.6 13.4 68.1 -
YUV 79.3 206.85 189.84 -
System Red Green Blue C M Y K H S L
Decimal 166 8 219 0.24 0.96 0 0.14 284.93 0.93 0.45
Hex A6 8 DB 18 60 0 E 11D 5D 2D
Octal 246 10 333 30 140 0 16 435 135 55
Binary 10100110 1000 11011011 11000 1100000 0 1110 100011101 1011101 101101

Color Harmonies of #A608DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608DB

Black with #A608DB

Text Example


Text Example

White with #A608DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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