#A99FBA

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

Shades of Cold Purple #A99FBA

Tints of Cold Purple #A99FBA

Color information

#A99FBA (or 0xA99FBA) is unknown color: approx Cold Purple. HEX triplet: A9, 9F and BA. RGB value is (169,159,186). Sum of RGB (Red+Green+Blue) = 169+159+186=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FBA is #566045. Grayscale: #A4A4A4. Windows color (decimal): -5660742 or 12230569. OLE color: 12230569.

HSL color Cylindrical-coordinate representation of color #A99FBA: hue angle of 262.22º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99FBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169159186-
CMYK0.090.1500.27
HSL262.22º16.36%67.65%-
HSV(B)262.22º14.52%72.94%-
XYZ37.6236.7851.57-
YUV165.07139.81130.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=32.88%
G=30.93%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691591860.090.1500.27262.2216.3667.65
HexA99FBA9F01B1061044
Octal251237272111703340620104
Binary10101001100111111011101010011111011011100000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FBA; }

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

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

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

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

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

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

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

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