Html Css Color HEX #A608EA Dark Violet

📋 copy color: '#A608EA'

red 166 ◦ green 8 ◦ blue 234

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

Shades of Dark Violet #A608EA

Tints of Dark Violet #A608EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 40.69%
G = 1.96%
B = 57.35%

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

#A608EA (or 0xA608EA) is known color: Dark Violet. HEX triplet: A6, 08 and EA. RGB value is (166,8,234). Sum of RGB (Red+Green+Blue) = 166+8+234=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #A608EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608EA is #59F715. Grayscale: #505050. Windows color (decimal): -5895958 or 15337638. OLE color: 15337638.

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

Color convert

RGB 166 8 234 -
CMYK 0.29 0.97 0 0.08
HSL 281.95º 0.93% 0.47% -
HSV(B) 281.95º 0.97% 0.92% -
XYZ 30.66 14.22 78.97 -
YUV 81.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 166 8 234 0.29 0.97 0 0.08 281.95 0.93 0.47
Hex A6 8 EA 1D 61 0 8 11A 5D 2F
Octal 246 10 352 35 141 0 10 432 135 57
Binary 10100110 1000 11101010 11101 1100001 0 1000 100011010 1011101 101111

Color Harmonies of #A608EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608EA

Black with #A608EA

Text Example


Text Example

White with #A608EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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