#A798BF

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

Shades of Cold Purple #A798BF

Tints of Cold Purple #A798BF

Color information

#A798BF (or 0xA798BF) is unknown color: approx Cold Purple. HEX triplet: A7, 98 and BF. RGB value is (167,152,191). Sum of RGB (Red+Green+Blue) = 167+152+191=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A798BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BF is #586740. Grayscale: #A0A0A0. Windows color (decimal): -5793601 or 12556455. OLE color: 12556455.

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

Color convert

RGB167152191-
CMYK0.130.2000.25
HSL263.08º23.35%67.25%-
HSV(B)263.08º20.42%74.9%-
XYZ36.5734.4354.01-
YUV160.93144.97132.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 191 (75% from 255) = 37.45%
R=32.75%
G=29.80%
B=37.45%

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
Decimal1671521910.130.2000.25263.0823.3567.25
HexA798BFD140191071743
Octal247230277152403140727103
Binary101001111001100010111111110110100011001100000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798BF; }

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

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

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

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

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

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

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

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