#A798BA

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

Shades of Cold Purple #A798BA

Tints of Cold Purple #A798BA

Color information

#A798BA (or 0xA798BA) is unknown color: approx Cold Purple. HEX triplet: A7, 98 and BA. RGB value is (167,152,186). Sum of RGB (Red+Green+Blue) = 167+152+186=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A798BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BA is #586745. Grayscale: #A0A0A0. Windows color (decimal): -5793606 or 12228775. OLE color: 12228775.

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

Color convert

RGB167152186-
CMYK0.100.1800.27
HSL266.47º19.77%66.27%-
HSV(B)266.47º18.28%72.94%-
XYZ36.0334.2251.16-
YUV160.36142.47132.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=33.07%
G=30.10%
B=36.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671521860.100.1800.27266.4719.7766.27
HexA798BAA1201B10a1442
Octal247230272122203341224102
Binary101001111001100010111010101010010011011100001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798BA; }

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

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

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

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

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

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

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

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