Html Css Color HEX #A608C9 Dark Violet

📋 copy color: '#A608C9'

red 166 ◦ green 8 ◦ blue 201

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

Shades of Dark Violet #A608C9

Tints of Dark Violet #A608C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.6%

R = 44.27%
G = 2.13%
B = 53.6%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A608C9 (or 0xA608C9) is known color: Dark Violet. HEX triplet: A6, 08 and C9. RGB value is (166,8,201). Sum of RGB (Red+Green+Blue) = 166+8+201=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #A608C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608C9 is #59F736. Grayscale: #4C4C4C. Windows color (decimal): -5895991 or 13174950. OLE color: 13174950.

HSL color Cylindrical-coordinate representation of color #A608C9: hue angle of 289.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608C9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 8 201 -
CMYK 0.17 0.96 0 0.21
HSL 289.12º 0.92% 0.41% -
HSV(B) 289.12º 0.96% 0.79% -
XYZ 26.36 12.5 56.28 -
YUV 77.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 166 8 201 0.17 0.96 0 0.21 289.12 0.92 0.41
Hex A6 8 C9 11 60 0 15 121 5C 29
Octal 246 10 311 21 140 0 25 441 134 51
Binary 10100110 1000 11001001 10001 1100000 0 10101 100100001 1011100 101001

Color Harmonies of #A608C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608C9

Black with #A608C9

Text Example


Text Example

White with #A608C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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