#A799BD

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

Shades of Cold Purple #A799BD

Tints of Cold Purple #A799BD

Color information

#A799BD (or 0xA799BD) is unknown color: approx Cold Purple. HEX triplet: A7, 99 and BD. RGB value is (167,153,189). Sum of RGB (Red+Green+Blue) = 167+153+189=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A799BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BD is #586642. Grayscale: #A1A1A1. Windows color (decimal): -5793347 or 12425639. OLE color: 12425639.

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

Color convert

RGB167153189-
CMYK0.120.1900.26
HSL263.33º21.43%67.06%-
HSV(B)263.33º19.05%74.12%-
XYZ36.5134.6752.91-
YUV161.29143.64132.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=32.81%
G=30.06%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671531890.120.1900.26263.3321.4367.06
HexA799BDC1301A1071543
Octal247231275142303240725103
Binary101001111001100110111101110010011011010100000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799BD; }

 p { color: rgb(167,153,189); }

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

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

 a { background-color: rgb(167,153,189); }

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

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

 span { border-color: rgb(167,153,189); }

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