Html Css Color HEX #A608EB Dark Violet

📋 copy color: '#A608EB'

red 166 ◦ green 8 ◦ blue 235

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

Shades of Dark Violet #A608EB

Tints of Dark Violet #A608EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 40.59%
G = 1.96%
B = 57.46%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A608EB (or 0xA608EB) is known color: Dark Violet. HEX triplet: A6, 08 and EB. RGB value is (166,8,235). Sum of RGB (Red+Green+Blue) = 166+8+235=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #A608EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608EB is #59F714. Grayscale: #505050. Windows color (decimal): -5895957 or 15403174. OLE color: 15403174.

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

Color convert

RGB 166 8 235 -
CMYK 0.29 0.97 0 0.08
HSL 281.76º 0.93% 0.48% -
HSV(B) 281.76º 0.97% 0.92% -
XYZ 30.81 14.28 79.73 -
YUV 81.12 214.85 188.54 -
System Red Green Blue C M Y K H S L
Decimal 166 8 235 0.29 0.97 0 0.08 281.76 0.93 0.48
Hex A6 8 EB 1D 61 0 8 11A 5D 30
Octal 246 10 353 35 141 0 10 432 135 60
Binary 10100110 1000 11101011 11101 1100001 0 1000 100011010 1011101 110000

Color Harmonies of #A608EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608EB

Black with #A608EB

Text Example


Text Example

White with #A608EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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