#A798BB

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

Shades of Cold Purple #A798BB

Tints of Cold Purple #A798BB

Color information

#A798BB (or 0xA798BB) is unknown color: approx Cold Purple. HEX triplet: A7, 98 and BB. RGB value is (167,152,187). Sum of RGB (Red+Green+Blue) = 167+152+187=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A798BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BB is #586744. Grayscale: #A0A0A0. Windows color (decimal): -5793605 or 12294311. OLE color: 12294311.

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

Color convert

RGB167152187-
CMYK0.110.1900.27
HSL265.71º20.47%66.47%-
HSV(B)265.71º18.72%73.33%-
XYZ36.1334.2651.72-
YUV160.48142.97132.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=33.00%
G=30.04%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671521870.110.1900.27265.7120.4766.47
HexA798BBB1301B10a1442
Octal247230273132303341224102
Binary101001111001100010111011101110011011011100001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798BB; }

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

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

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

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

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

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

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

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