#A99DBA

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

Shades of Cold Purple #A99DBA

Tints of Cold Purple #A99DBA

Color information

#A99DBA (or 0xA99DBA) is unknown color: approx Cold Purple. HEX triplet: A9, 9D and BA. RGB value is (169,157,186). Sum of RGB (Red+Green+Blue) = 169+157+186=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBA is #566245. Grayscale: #A3A3A3. Windows color (decimal): -5661254 or 12230057. OLE color: 12230057.

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

Color convert

RGB169157186-
CMYK0.090.1600.27
HSL264.83º17.37%67.25%-
HSV(B)264.83º15.59%72.94%-
XYZ37.2836.0951.46-
YUV163.89140.48131.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=33.01%
G=30.66%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691571860.090.1600.27264.8317.3767.25
HexA99DBA91001B1091143
Octal251235272112003341121103
Binary101010011001110110111010100110000011011100001001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DBA; }

 p { color: rgb(169,157,186); }

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

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

 a { background-color: rgb(169,157,186); }

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

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

 span { border-color: rgb(169,157,186); }

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