Html Css Color HEX #A608BE Dark Violet

📋 copy color: '#A608BE'

red 166 ◦ green 8 ◦ blue 190

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

Shades of Dark Violet #A608BE

Tints of Dark Violet #A608BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 45.6%
G = 2.2%
B = 52.2%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A608BE (or 0xA608BE) is known color: Dark Violet. HEX triplet: A6, 08 and BE. RGB value is (166,8,190). Sum of RGB (Red+Green+Blue) = 166+8+190=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #A608BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608BE is #59F741. Grayscale: #4B4B4B. Windows color (decimal): -5896002 or 12454054. OLE color: 12454054.

HSL color Cylindrical-coordinate representation of color #A608BE: hue angle of 292.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608BE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 8 190 -
CMYK 0.13 0.96 0 0.25
HSL 292.09º 0.92% 0.39% -
HSV(B) 292.09º 0.96% 0.75% -
XYZ 25.11 12 49.71 -
YUV 75.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 166 8 190 0.13 0.96 0 0.25 292.09 0.92 0.39
Hex A6 8 BE D 60 0 19 124 5C 27
Octal 246 10 276 15 140 0 31 444 134 47
Binary 10100110 1000 10111110 1101 1100000 0 11001 100100100 1011100 100111

Color Harmonies of #A608BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608BE

Black with #A608BE

Text Example


Text Example

White with #A608BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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