Html Css Color HEX #A608B6 Dark Violet

📋 copy color: '#A608B6'

red 166 ◦ green 8 ◦ blue 182

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

Shades of Dark Violet #A608B6

Tints of Dark Violet #A608B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 46.63%
G = 2.25%
B = 51.12%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A608B6 (or 0xA608B6) is known color: Dark Violet. HEX triplet: A6, 08 and B6. RGB value is (166,8,182). Sum of RGB (Red+Green+Blue) = 166+8+182=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #A608B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608B6 is #59F749. Grayscale: #4A4A4A. Windows color (decimal): -5896010 or 11929766. OLE color: 11929766.

HSL color Cylindrical-coordinate representation of color #A608B6: hue angle of 294.48º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608B6 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 8 182 -
CMYK 0.09 0.96 0 0.29
HSL 294.48º 0.92% 0.37% -
HSV(B) 294.48º 0.96% 0.71% -
XYZ 24.26 11.66 45.23 -
YUV 75.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 166 8 182 0.09 0.96 0 0.29 294.48 0.92 0.37
Hex A6 8 B6 9 60 0 1D 126 5C 25
Octal 246 10 266 11 140 0 35 446 134 45
Binary 10100110 1000 10110110 1001 1100000 0 11101 100100110 1011100 100101

Color Harmonies of #A608B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608B6

Black with #A608B6

Text Example


Text Example

White with #A608B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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