#A299BB

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

Shades of Cold Purple #A299BB

Tints of Cold Purple #A299BB

Color information

#A299BB (or 0xA299BB) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and BB. RGB value is (162,153,187). Sum of RGB (Red+Green+Blue) = 162+153+187=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #A299BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BB is #5D6644. Grayscale: #9F9F9F. Windows color (decimal): -6121029 or 12294562. OLE color: 12294562.

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

Color convert

RGB162153187-
CMYK0.130.1800.27
HSL255.88º20%66.67%-
HSV(B)255.88º18.18%73.33%-
XYZ35.2634.0551.73-
YUV159.57143.48129.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=32.27%
G=30.48%
B=37.25%

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
Decimal1621531870.130.1800.27255.882066.67
HexA299BBD1201B1001443
Octal242231273152203340024103
Binary101000101001100110111011110110010011011100000000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299BB; }

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

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

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

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

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

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

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

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