#A8669F

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

Shades of Violet Blue #A8669F

Tints of Violet Blue #A8669F

Color information

#A8669F (or 0xA8669F) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 9F. RGB value is (168,102,159). Sum of RGB (Red+Green+Blue) = 168+102+159=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669F is #579960. Grayscale: #808080. Windows color (decimal): -5740897 or 10446504. OLE color: 10446504.

HSL color Cylindrical-coordinate representation of color #A8669F: hue angle of 308.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8669F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB168102159-
CMYK00.390.050.34
HSL308.18º27.5%52.94%-
HSV(B)308.18º39.29%65.88%-
XYZ27.1620.3335.29-
YUV128.23145.37156.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=39.16%
G=23.78%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810215900.390.050.34308.1827.552.94
HexA8669F0275221341c35
Octal2501462370475424643465
Binary10101000110011010011111010011110110001010011010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8669F; }

 p { color: rgb(168,102,159); }

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

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

 a { background-color: rgb(168,102,159); }

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

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

 span { border-color: rgb(168,102,159); }

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