Html Css Color HEX #A608CE Dark Violet

📋 copy color: '#A608CE'

red 166 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #A608CE

Tints of Dark Violet #A608CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 43.68%
G = 2.11%
B = 54.21%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A608CE (or 0xA608CE) is known color: Dark Violet. HEX triplet: A6, 08 and CE. RGB value is (166,8,206). Sum of RGB (Red+Green+Blue) = 166+8+206=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #A608CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608CE is #59F731. Grayscale: #4D4D4D. Windows color (decimal): -5895986 or 13502630. OLE color: 13502630.

HSL color Cylindrical-coordinate representation of color #A608CE: hue angle of 287.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608CE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 8 206 -
CMYK 0.19 0.96 0 0.19
HSL 287.88º 0.93% 0.42% -
HSV(B) 287.88º 0.96% 0.81% -
XYZ 26.95 12.74 59.43 -
YUV 77.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 166 8 206 0.19 0.96 0 0.19 287.88 0.93 0.42
Hex A6 8 CE 13 60 0 13 120 5D 2A
Octal 246 10 316 23 140 0 23 440 135 52
Binary 10100110 1000 11001110 10011 1100000 0 10011 100100000 1011101 101010

Color Harmonies of #A608CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608CE

Black with #A608CE

Text Example


Text Example

White with #A608CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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