#A799BB

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

Shades of Cold Purple #A799BB

Tints of Cold Purple #A799BB

Color information

#A799BB (or 0xA799BB) is unknown color: approx Cold Purple. HEX triplet: A7, 99 and BB. RGB value is (167,153,187). Sum of RGB (Red+Green+Blue) = 167+153+187=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #A799BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BB is #586644. Grayscale: #A0A0A0. Windows color (decimal): -5793349 or 12294567. OLE color: 12294567.

HSL color Cylindrical-coordinate representation of color #A799BB: hue angle of 264.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A799BB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167153187-
CMYK0.110.1800.27
HSL264.71º20%66.67%-
HSV(B)264.71º18.18%73.33%-
XYZ36.334.5951.78-
YUV161.06142.64132.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=32.94%
G=30.18%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671531870.110.1800.27264.712066.67
HexA799BBB1201B1091443
Octal247231273132203341124103
Binary101001111001100110111011101110010011011100001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799BB; }

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

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

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

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

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

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

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

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