Html Css Color HEX #A608DD Dark Violet

📋 copy color: '#A608DD'

red 166 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #A608DD

Tints of Dark Violet #A608DD

RGB

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

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

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

R = 42.03%
G = 2.03%
B = 55.95%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A608DD (or 0xA608DD) is known color: Dark Violet. HEX triplet: A6, 08 and DD. RGB value is (166,8,221). Sum of RGB (Red+Green+Blue) = 166+8+221=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #A608DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608DD is #59F722. Grayscale: #4E4E4E. Windows color (decimal): -5895971 or 14485670. OLE color: 14485670.

HSL color Cylindrical-coordinate representation of color #A608DD: hue angle of 284.51º 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 #A608DD is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 8 221 -
CMYK 0.25 0.96 0 0.13
HSL 284.51º 0.93% 0.45% -
HSV(B) 284.51º 0.96% 0.87% -
XYZ 28.86 13.5 69.49 -
YUV 79.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 166 8 221 0.25 0.96 0 0.13 284.51 0.93 0.45
Hex A6 8 DD 19 60 0 D 11D 5D 2D
Octal 246 10 335 31 140 0 15 435 135 55
Binary 10100110 1000 11011101 11001 1100000 0 1101 100011101 1011101 101101

Color Harmonies of #A608DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608DD

Black with #A608DD

Text Example


Text Example

White with #A608DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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