#A66998

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

Shades of Violet Blue #A66998

Tints of Violet Blue #A66998

Color information

#A66998 (or 0xA66998) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and 98. RGB value is (166,105,152). Sum of RGB (Red+Green+Blue) = 166+105+152=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A66998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66998 is #599667. Grayscale: #808080. Windows color (decimal): -5871208 or 9988518. OLE color: 9988518.

HSL color Cylindrical-coordinate representation of color #A66998: hue angle of 313.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66998 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB166105152-
CMYK00.370.080.35
HSL313.77º25.52%53.14%-
HSV(B)313.77º36.75%65.1%-
XYZ26.4420.4832.26-
YUV128.6141.21154.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=39.24%
G=24.82%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610515200.370.080.35313.7725.5253.14
HexA6699802582313a1a35
Octal24615123004510434723265
Binary101001101101001100110000100101100010001110011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66998; }

 p { color: rgb(166,105,152); }

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

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

 a { background-color: rgb(166,105,152); }

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

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

 span { border-color: rgb(166,105,152); }

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