Html Css Color HEX #A608CC Dark Violet

📋 copy color: '#A608CC'

red 166 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #A608CC

Tints of Dark Violet #A608CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 43.92%
G = 2.12%
B = 53.97%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A608CC (or 0xA608CC) is known color: Dark Violet. HEX triplet: A6, 08 and CC. RGB value is (166,8,204). Sum of RGB (Red+Green+Blue) = 166+8+204=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #A608CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608CC is #59F733. Grayscale: #4C4C4C. Windows color (decimal): -5895988 or 13371558. OLE color: 13371558.

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

Color convert

RGB 166 8 204 -
CMYK 0.19 0.96 0 0.2
HSL 288.37º 0.92% 0.42% -
HSV(B) 288.37º 0.96% 0.8% -
XYZ 26.71 12.64 58.16 -
YUV 77.59 199.35 191.06 -
System Red Green Blue C M Y K H S L
Decimal 166 8 204 0.19 0.96 0 0.2 288.37 0.92 0.42
Hex A6 8 CC 13 60 0 14 120 5C 2A
Octal 246 10 314 23 140 0 24 440 134 52
Binary 10100110 1000 11001100 10011 1100000 0 10100 100100000 1011100 101010

Color Harmonies of #A608CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608CC

Black with #A608CC

Text Example


Text Example

White with #A608CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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