#A799BE

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

Shades of Cold Purple #A799BE

Tints of Cold Purple #A799BE

Color information

#A799BE (or 0xA799BE) is unknown color: approx Cold Purple. HEX triplet: A7, 99 and BE. RGB value is (167,153,190). Sum of RGB (Red+Green+Blue) = 167+153+190=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A799BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BE is #586641. Grayscale: #A1A1A1. Windows color (decimal): -5793346 or 12491175. OLE color: 12491175.

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

Color convert

RGB167153190-
CMYK0.120.1900.25
HSL262.7º22.16%67.25%-
HSV(B)262.7º19.47%74.51%-
XYZ36.6234.7253.49-
YUV161.4144.14131.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=32.75%
G=30%
B=37.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671531900.120.1900.25262.722.1667.25
HexA799BEC130191071643
Octal247231276142303140726103
Binary101001111001100110111110110010011011001100000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799BE; }

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

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

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

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

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

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

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

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