#A798BC

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

Shades of Cold Purple #A798BC

Tints of Cold Purple #A798BC

Color information

#A798BC (or 0xA798BC) is unknown color: approx Cold Purple. HEX triplet: A7, 98 and BC. RGB value is (167,152,188). Sum of RGB (Red+Green+Blue) = 167+152+188=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A798BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BC is #586743. Grayscale: #A0A0A0. Windows color (decimal): -5793604 or 12359847. OLE color: 12359847.

HSL color Cylindrical-coordinate representation of color #A798BC: hue angle of 265º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A798BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167152188-
CMYK0.110.1900.26
HSL265º21.18%66.67%-
HSV(B)265º19.15%73.73%-
XYZ36.2434.352.29-
YUV160.59143.47132.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=32.94%
G=29.98%
B=37.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671521880.110.1900.2626521.1866.67
HexA798BCB1301A1091543
Octal247230274132303241125103
Binary101001111001100010111100101110011011010100001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798BC; }

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

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

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

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

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

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

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

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