#A299AE

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

Shades of Cold Purple #A299AE

Tints of Cold Purple #A299AE

Color information

#A299AE (or 0xA299AE) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and AE. RGB value is (162,153,174). Sum of RGB (Red+Green+Blue) = 162+153+174=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A299AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AE is #5D6651. Grayscale: #9E9E9E. Windows color (decimal): -6121042 or 11442594. OLE color: 11442594.

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

Color convert

RGB162153174-
CMYK0.070.1200.32
HSL265.71º11.48%64.12%-
HSV(B)265.71º12.07%68.24%-
XYZ33.9333.5244.73-
YUV158.08136.98130.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=33.13%
G=31.29%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621531740.070.1200.32265.7111.4864.12
HexA299AE7C02010ab40
Octal24223125671404041213100
Binary1010001010011001101011101111100010000010000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299AE; }

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

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

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

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

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

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

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

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