#A099AA

Color #A099AA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A099AA

Tints of Cold Purple #A099AA

Color information

#A099AA (or 0xA099AA) is unknown color: approx Cold Purple. HEX triplet: A0, 99 and AA. RGB value is (160,153,170). Sum of RGB (Red+Green+Blue) = 160+153+170=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099AA is #5F6655. Grayscale: #9C9C9C. Windows color (decimal): -6252118 or 11180448. OLE color: 11180448.

HSL color Cylindrical-coordinate representation of color #A099AA: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A099AA is Cyan = 0.06, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160153170-
CMYK0.060.100.33
HSL264.71º9.09%63.33%-
HSV(B)264.71º10%66.67%-
XYZ33.1433.1642.68-
YUV157.03135.32130.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=33.13%
G=31.68%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601531700.060.100.33264.719.0963.33
HexA099AA6A02110993f
Octal2402312526120414111177
Binary101000001001100110101010110101001000011000010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099AA; }

 p { color: rgb(160,153,170); }

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

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

 a { background-color: rgb(160,153,170); }

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

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

 span { border-color: rgb(160,153,170); }

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