#A6609E

Color #A6609E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A6609E

Tints of Violet Blue #A6609E

Color information

#A6609E (or 0xA6609E) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and 9E. RGB value is (166,96,158). Sum of RGB (Red+Green+Blue) = 166+96+158=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6609E is #599F61. Grayscale: #7B7B7B. Windows color (decimal): -5873506 or 10379430. OLE color: 10379430.

HSL color Cylindrical-coordinate representation of color #A6609E: hue angle of 306.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6609E is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16696158-
CMYK00.420.050.35
HSL306.86º28.23%51.37%-
HSV(B)306.86º42.17%65.1%-
XYZ26.0818.9434.63-
YUV124147.19157.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=39.52%
G=22.86%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669615800.420.050.35306.8628.2351.37
HexA6609E02A5231331c33
Octal2461402360525434633463
Binary10100110110000010011110010101010110001110011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6609E; }

 p { color: rgb(166,96,158); }

 H1.HeaderClassName
 {
   color: #A6609E;
 }
 .AnyTagClassName
 {
   color: #A6609E;
 }
</style>
background-color css

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

 a { background-color: rgb(166,96,158); }

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

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

 span { border-color: rgb(166,96,158); }

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