#A299BD

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

Shades of Cold Purple #A299BD

Tints of Cold Purple #A299BD

Color information

#A299BD (or 0xA299BD) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and BD. RGB value is (162,153,189). Sum of RGB (Red+Green+Blue) = 162+153+189=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A299BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BD is #5D6642. Grayscale: #9F9F9F. Windows color (decimal): -6121027 or 12425634. OLE color: 12425634.

HSL color Cylindrical-coordinate representation of color #A299BD: hue angle of 255º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A299BD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162153189-
CMYK0.140.1900.26
HSL255º21.43%67.06%-
HSV(B)255º19.05%74.12%-
XYZ35.4834.1452.86-
YUV159.79144.48129.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=32.14%
G=30.36%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621531890.140.1900.2625521.4367.06
HexA299BDE1301Aff1543
Octal242231275162303237725103
Binary10100010100110011011110111101001101101011111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299BD; }

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

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

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

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

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

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

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

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