Html Css Color HEX #A608EC Dark Violet

📋 copy color: '#A608EC'

red 166 ◦ green 8 ◦ blue 236

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

Shades of Dark Violet #A608EC

Tints of Dark Violet #A608EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 40.49%
G = 1.95%
B = 57.56%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A608EC (or 0xA608EC) is known color: Dark Violet. HEX triplet: A6, 08 and EC. RGB value is (166,8,236). Sum of RGB (Red+Green+Blue) = 166+8+236=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #A608EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608EC is #59F713. Grayscale: #505050. Windows color (decimal): -5895956 or 15468710. OLE color: 15468710.

HSL color Cylindrical-coordinate representation of color #A608EC: hue angle of 281.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A608EC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 8 236 -
CMYK 0.30 0.97 0 0.07
HSL 281.58º 0.93% 0.48% -
HSV(B) 281.58º 0.97% 0.93% -
XYZ 30.95 14.34 80.49 -
YUV 81.23 215.35 188.46 -
System Red Green Blue C M Y K H S L
Decimal 166 8 236 0.30 0.97 0 0.07 281.58 0.93 0.48
Hex A6 8 EC 1E 61 0 7 11A 5D 30
Octal 246 10 354 36 141 0 7 432 135 60
Binary 10100110 1000 11101100 11110 1100001 0 111 100011010 1011101 110000

Color Harmonies of #A608EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608EC

Black with #A608EC

Text Example


Text Example

White with #A608EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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