#A299AF

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

Shades of Cold Purple #A299AF

Tints of Cold Purple #A299AF

Color information

#A299AF (or 0xA299AF) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and AF. RGB value is (162,153,175). Sum of RGB (Red+Green+Blue) = 162+153+175=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #A299AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AF is #5D6650. Grayscale: #9E9E9E. Windows color (decimal): -6121041 or 11508130. OLE color: 11508130.

HSL color Cylindrical-coordinate representation of color #A299AF: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A299AF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162153175-
CMYK0.070.1300.31
HSL264.55º12.09%64.31%-
HSV(B)264.55º12.57%68.63%-
XYZ34.0333.5645.24-
YUV158.2137.48130.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=33.06%
G=31.22%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621531750.070.1300.31264.5512.0964.31
HexA299AF7D01F109c40
Octal24223125771503741114100
Binary101000101001100110101111111110101111110000100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299AF; }

 p { color: rgb(162,153,175); }

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

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

 a { background-color: rgb(162,153,175); }

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

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

 span { border-color: rgb(162,153,175); }

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