#A9669F

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

Shades of Violet Blue #A9669F

Tints of Violet Blue #A9669F

Color information

#A9669F (or 0xA9669F) is unknown color: approx Violet Blue. HEX triplet: A9, 66 and 9F. RGB value is (169,102,159). Sum of RGB (Red+Green+Blue) = 169+102+159=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9669F is #569960. Grayscale: #808080. Windows color (decimal): -5675361 or 10446505. OLE color: 10446505.

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

Color convert

RGB169102159-
CMYK00.400.060.34
HSL308.96º28.03%53.14%-
HSV(B)308.96º39.64%66.27%-
XYZ27.3720.4435.3-
YUV128.53145.2156.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=39.30%
G=23.72%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910215900.400.060.34308.9628.0353.14
HexA9669F0286221351c35
Octal2511462370506424653465
Binary10101001110011010011111010100011010001010011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9669F; }

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

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

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

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

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

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

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

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