#A899BD

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

Shades of Cold Purple #A899BD

Tints of Cold Purple #A899BD

Color information

#A899BD (or 0xA899BD) is unknown color: approx Cold Purple. HEX triplet: A8, 99 and BD. RGB value is (168,153,189). Sum of RGB (Red+Green+Blue) = 168+153+189=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #A899BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BD is #576642. Grayscale: #A1A1A1. Windows color (decimal): -5727811 or 12425640. OLE color: 12425640.

HSL color Cylindrical-coordinate representation of color #A899BD: hue angle of 265º 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 #A899BD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168153189-
CMYK0.110.1900.26
HSL265º21.43%67.06%-
HSV(B)265º19.05%74.12%-
XYZ36.7234.7852.92-
YUV161.59143.47132.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=32.94%
G=30%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681531890.110.1900.2626521.4367.06
HexA899BDB1301A1091543
Octal250231275132303241125103
Binary101010001001100110111101101110011011010100001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899BD; }

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

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

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

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

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

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

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

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