#A99EBA

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

Shades of Cold Purple #A99EBA

Tints of Cold Purple #A99EBA

Color information

#A99EBA (or 0xA99EBA) is unknown color: approx Cold Purple. HEX triplet: A9, 9E and BA. RGB value is (169,158,186). Sum of RGB (Red+Green+Blue) = 169+158+186=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EBA is #566145. Grayscale: #A4A4A4. Windows color (decimal): -5660998 or 12230313. OLE color: 12230313.

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

Color convert

RGB169158186-
CMYK0.090.1500.27
HSL263.57º16.87%67.45%-
HSV(B)263.57º15.05%72.94%-
XYZ37.4536.4351.51-
YUV164.48140.14131.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=32.94%
G=30.80%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691581860.090.1500.27263.5716.8767.45
HexA99EBA9F01B1081143
Octal251236272111703341021103
Binary10101001100111101011101010011111011011100001000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EBA; }

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

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

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

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

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

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

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

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