#A299AD

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

Shades of Cold Purple #A299AD

Tints of Cold Purple #A299AD

Color information

#A299AD (or 0xA299AD) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and AD. RGB value is (162,153,173). Sum of RGB (Red+Green+Blue) = 162+153+173=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A299AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AD is #5D6652. Grayscale: #9D9D9D. Windows color (decimal): -6121043 or 11377058. OLE color: 11377058.

HSL color Cylindrical-coordinate representation of color #A299AD: hue angle of 267º 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 #A299AD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162153173-
CMYK0.060.1200.32
HSL267º10.87%63.92%-
HSV(B)267º11.56%67.84%-
XYZ33.8333.4844.21-
YUV157.97136.48130.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=33.20%
G=31.35%
B=35.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621531730.060.1200.3226710.8763.92
HexA299AD6C02010bb40
Octal24223125561404041313100
Binary1010001010011001101011011101100010000010000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299AD; }

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

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

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

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

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

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

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

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