#A299BA

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

Shades of Cold Purple #A299BA

Tints of Cold Purple #A299BA

Color information

#A299BA (or 0xA299BA) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and BA. RGB value is (162,153,186). Sum of RGB (Red+Green+Blue) = 162+153+186=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A299BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BA is #5D6645. Grayscale: #9F9F9F. Windows color (decimal): -6121030 or 12229026. OLE color: 12229026.

HSL color Cylindrical-coordinate representation of color #A299BA: hue angle of 256.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A299BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162153186-
CMYK0.130.1800.27
HSL256.36º19.3%66.47%-
HSV(B)256.36º17.74%72.94%-
XYZ35.1534.0151.17-
YUV159.45142.98129.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=32.34%
G=30.54%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621531860.130.1800.27256.3619.366.47
HexA299BAD1201B1001342
Octal242231272152203340023102
Binary101000101001100110111010110110010011011100000000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299BA; }

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

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

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

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

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

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

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

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