#A999BE

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

Shades of Cold Purple #A999BE

Tints of Cold Purple #A999BE

Color information

#A999BE (or 0xA999BE) is unknown color: approx Cold Purple. HEX triplet: A9, 99 and BE. RGB value is (169,153,190). Sum of RGB (Red+Green+Blue) = 169+153+190=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A999BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BE is #566641. Grayscale: #A1A1A1. Windows color (decimal): -5662274 or 12491177. OLE color: 12491177.

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

Color convert

RGB169153190-
CMYK0.110.1900.25
HSL265.95º22.16%67.25%-
HSV(B)265.95º19.47%74.51%-
XYZ37.0534.9453.51-
YUV162143.8132.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=33.01%
G=29.88%
B=37.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691531900.110.1900.25265.9522.1667.25
HexA999BEB1301910a1643
Octal251231276132303141226103
Binary101010011001100110111110101110011011001100001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999BE; }

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

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

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

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

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

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

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

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