#A099AB

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

Shades of Cold Purple #A099AB

Tints of Cold Purple #A099AB

Color information

#A099AB (or 0xA099AB) is unknown color: approx Cold Purple. HEX triplet: A0, 99 and AB. RGB value is (160,153,171). Sum of RGB (Red+Green+Blue) = 160+153+171=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099AB is #5F6654. Grayscale: #9D9D9D. Windows color (decimal): -6252117 or 11245984. OLE color: 11245984.

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

Color convert

RGB160153171-
CMYK0.060.1100.33
HSL263.33º9.68%63.53%-
HSV(B)263.33º10.53%67.06%-
XYZ33.2433.243.18-
YUV157.14135.82130.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=33.06%
G=31.61%
B=35.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601531710.060.1100.33263.339.6863.53
HexA099AB6B021107a40
Octal24023125361304140712100
Binary1010000010011001101010111101011010000110000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099AB; }

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

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

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

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

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

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

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

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