#A499BC

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

Shades of Cold Purple #A499BC

Tints of Cold Purple #A499BC

Color information

#A499BC (or 0xA499BC) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and BC. RGB value is (164,153,188). Sum of RGB (Red+Green+Blue) = 164+153+188=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A499BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BC is #5B6643. Grayscale: #A0A0A0. Windows color (decimal): -5989956 or 12360100. OLE color: 12360100.

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

Color convert

RGB164153188-
CMYK0.130.1900.26
HSL258.86º20.71%66.86%-
HSV(B)258.86º18.62%73.73%-
XYZ35.7834.3152.31-
YUV160.28143.64130.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=32.48%
G=30.30%
B=37.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641531880.130.1900.26258.8620.7166.86
HexA499BCD1301A1031543
Octal244231274152303240325103
Binary101001001001100110111100110110011011010100000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499BC; }

 p { color: rgb(164,153,188); }

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

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

 a { background-color: rgb(164,153,188); }

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

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

 span { border-color: rgb(164,153,188); }

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