#A797BC

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

Shades of Cold Purple #A797BC

Tints of Cold Purple #A797BC

Color information

#A797BC (or 0xA797BC) is unknown color: approx Cold Purple. HEX triplet: A7, 97 and BC. RGB value is (167,151,188). Sum of RGB (Red+Green+Blue) = 167+151+188=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A797BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BC is #586843. Grayscale: #9F9F9F. Windows color (decimal): -5793860 or 12359591. OLE color: 12359591.

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

Color convert

RGB167151188-
CMYK0.110.2000.26
HSL265.95º21.64%66.47%-
HSV(B)265.95º19.68%73.73%-
XYZ36.0833.9852.23-
YUV160143.8132.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=33.00%
G=29.84%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671511880.110.2000.26265.9521.6466.47
HexA797BCB1401A10a1642
Octal247227274132403241226102
Binary101001111001011110111100101110100011010100001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797BC; }

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

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

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

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

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

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

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

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