#A299BE

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

Shades of Cold Purple #A299BE

Tints of Cold Purple #A299BE

Color information

#A299BE (or 0xA299BE) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and BE. RGB value is (162,153,190). Sum of RGB (Red+Green+Blue) = 162+153+190=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A299BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BE is #5D6641. Grayscale: #9F9F9F. Windows color (decimal): -6121026 or 12491170. OLE color: 12491170.

HSL color Cylindrical-coordinate representation of color #A299BE: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A299BE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162153190-
CMYK0.150.1900.25
HSL254.59º22.16%67.25%-
HSV(B)254.59º19.47%74.51%-
XYZ35.5934.1853.44-
YUV159.91144.98129.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=32.08%
G=30.30%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621531900.150.1900.25254.5922.1667.25
HexA299BEF13019ff1643
Octal242231276172303137726103
Binary10100010100110011011111011111001101100111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299BE; }

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

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

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

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

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

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

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

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