#A66398

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

Shades of Violet Blue #A66398

Tints of Violet Blue #A66398

Color information

#A66398 (or 0xA66398) is unknown color: approx Violet Blue. HEX triplet: A6, 63 and 98. RGB value is (166,99,152). Sum of RGB (Red+Green+Blue) = 166+99+152=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66398 is #599C67. Grayscale: #7C7C7C. Windows color (decimal): -5872744 or 9986982. OLE color: 9986982.

HSL color Cylindrical-coordinate representation of color #A66398: hue angle of 312.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66398 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16699152-
CMYK00.400.080.35
HSL312.54º27.35%51.96%-
HSV(B)312.54º40.36%65.1%-
XYZ25.8619.332.07-
YUV125.08143.2157.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=39.81%
G=23.74%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669915200.400.080.35312.5427.3551.96
HexA663980288231391b34
Octal24614323005010434713364
Binary101001101100011100110000101000100010001110011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66398; }

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

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

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

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

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

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

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

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