#A999BF

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

Shades of Cold Purple #A999BF

Tints of Cold Purple #A999BF

Color information

#A999BF (or 0xA999BF) is unknown color: approx Cold Purple. HEX triplet: A9, 99 and BF. RGB value is (169,153,191). Sum of RGB (Red+Green+Blue) = 169+153+191=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A999BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BF is #566640. Grayscale: #A1A1A1. Windows color (decimal): -5662273 or 12556713. OLE color: 12556713.

HSL color Cylindrical-coordinate representation of color #A999BF: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A999BF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169153191-
CMYK0.120.2000.25
HSL265.26º22.89%67.45%-
HSV(B)265.26º19.9%74.9%-
XYZ37.1634.9854.08-
YUV162.12144.3132.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 191 (75% from 255) = 37.23%
R=32.94%
G=29.82%
B=37.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691531910.120.2000.25265.2622.8967.45
HexA999BFC140191091743
Octal251231277142403141127103
Binary101010011001100110111111110010100011001100001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999BF; }

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

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

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

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

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

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

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

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