#A9669B

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

Shades of Violet Blue #A9669B

Tints of Violet Blue #A9669B

Color information

#A9669B (or 0xA9669B) is unknown color: approx Violet Blue. HEX triplet: A9, 66 and 9B. RGB value is (169,102,155). Sum of RGB (Red+Green+Blue) = 169+102+155=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9669B is #569964. Grayscale: #7F7F7F. Windows color (decimal): -5675365 or 10184361. OLE color: 10184361.

HSL color Cylindrical-coordinate representation of color #A9669B: hue angle of 312.54º 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 #A9669B is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169102155-
CMYK00.400.080.34
HSL312.54º28.03%53.14%-
HSV(B)312.54º39.64%66.27%-
XYZ27.0320.333.5-
YUV128.07143.2157.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=39.67%
G=23.94%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910215500.400.080.34312.5428.0353.14
HexA9669B0288221391c35
Octal25114623305010424713465
Binary101010011100110100110110101000100010001010011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9669B; }

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

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

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

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

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

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

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

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