#A799BF

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

Shades of Cold Purple #A799BF

Tints of Cold Purple #A799BF

Color information

#A799BF (or 0xA799BF) is unknown color: approx Cold Purple. HEX triplet: A7, 99 and BF. RGB value is (167,153,191). Sum of RGB (Red+Green+Blue) = 167+153+191=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A799BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BF is #586640. Grayscale: #A1A1A1. Windows color (decimal): -5793345 or 12556711. OLE color: 12556711.

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

Color convert

RGB167153191-
CMYK0.130.2000.25
HSL262.11º22.89%67.45%-
HSV(B)262.11º19.9%74.9%-
XYZ36.7334.7654.06-
YUV161.52144.64131.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 191 (75% from 255) = 37.38%
R=32.68%
G=29.94%
B=37.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671531910.130.2000.25262.1122.8967.45
HexA799BFD140191061743
Octal247231277152403140627103
Binary101001111001100110111111110110100011001100000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799BF; }

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

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

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

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

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

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

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

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