Html Css Color HEX #A608D7 Dark Violet

📋 copy color: '#A608D7'

red 166 ◦ green 8 ◦ blue 215

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

Shades of Dark Violet #A608D7

Tints of Dark Violet #A608D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 42.67%
G = 2.06%
B = 55.27%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A608D7 (or 0xA608D7) is known color: Dark Violet. HEX triplet: A6, 08 and D7. RGB value is (166,8,215). Sum of RGB (Red+Green+Blue) = 166+8+215=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #A608D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608D7 is #59F728. Grayscale: #4E4E4E. Windows color (decimal): -5895977 or 14092454. OLE color: 14092454.

HSL color Cylindrical-coordinate representation of color #A608D7: hue angle of 285.8º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608D7 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 8 215 -
CMYK 0.23 0.96 0 0.16
HSL 285.8º 0.93% 0.44% -
HSV(B) 285.8º 0.96% 0.84% -
XYZ 28.08 13.19 65.36 -
YUV 78.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 166 8 215 0.23 0.96 0 0.16 285.8 0.93 0.44
Hex A6 8 D7 17 60 0 10 11E 5D 2C
Octal 246 10 327 27 140 0 20 436 135 54
Binary 10100110 1000 11010111 10111 1100000 0 10000 100011110 1011101 101100

Color Harmonies of #A608D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608D7

Black with #A608D7

Text Example


Text Example

White with #A608D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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