#A798BD

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

Shades of Cold Purple #A798BD

Tints of Cold Purple #A798BD

Color information

#A798BD (or 0xA798BD) is unknown color: approx Cold Purple. HEX triplet: A7, 98 and BD. RGB value is (167,152,189). Sum of RGB (Red+Green+Blue) = 167+152+189=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #A798BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BD is #586742. Grayscale: #A0A0A0. Windows color (decimal): -5793603 or 12425383. OLE color: 12425383.

HSL color Cylindrical-coordinate representation of color #A798BD: hue angle of 264.32º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A798BD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167152189-
CMYK0.120.2000.26
HSL264.32º21.89%66.86%-
HSV(B)264.32º19.58%74.12%-
XYZ36.3534.3552.86-
YUV160.7143.97132.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=32.87%
G=29.92%
B=37.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671521890.120.2000.26264.3221.8966.86
HexA798BDC1401A1081643
Octal247230275142403241026103
Binary101001111001100010111101110010100011010100001000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798BD; }

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

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

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

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

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

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

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

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