#A66798

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

Shades of Violet Blue #A66798

Tints of Violet Blue #A66798

Color information

#A66798 (or 0xA66798) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and 98. RGB value is (166,103,152). Sum of RGB (Red+Green+Blue) = 166+103+152=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66798 is #599867. Grayscale: #7F7F7F. Windows color (decimal): -5871720 or 9988006. OLE color: 9988006.

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

Color convert

RGB166103152-
CMYK00.380.080.35
HSL313.33º26.14%52.75%-
HSV(B)313.33º37.95%65.1%-
XYZ26.2420.0732.2-
YUV127.42141.87155.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=39.43%
G=24.47%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610315200.380.080.35313.3326.1452.75
HexA667980268231391a35
Octal24614723004610434713265
Binary101001101100111100110000100110100010001110011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66798; }

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

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

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

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

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

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

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

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