#A897BF

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

Shades of Cold Purple #A897BF

Tints of Cold Purple #A897BF

Color information

#A897BF (or 0xA897BF) is unknown color: approx Cold Purple. HEX triplet: A8, 97 and BF. RGB value is (168,151,191). Sum of RGB (Red+Green+Blue) = 168+151+191=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 151 (59.38% from 255 or 29.61% 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 #A897BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897BF is #576840. Grayscale: #A0A0A0. Windows color (decimal): -5728321 or 12556200. OLE color: 12556200.

HSL color Cylindrical-coordinate representation of color #A897BF: hue angle of 265.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A897BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168151191-
CMYK0.120.2100.25
HSL265.5º23.81%67.06%-
HSV(B)265.5º20.94%74.9%-
XYZ36.6234.2253.97-
YUV160.64145.13133.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 191 (75% from 255) = 37.45%
R=32.94%
G=29.61%
B=37.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681511910.120.2100.25265.523.8167.06
HexA897BFC1501910a1843
Octal250227277142503141230103
Binary101010001001011110111111110010101011001100001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897BF; }

 p { color: rgb(168,151,191); }

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

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

 a { background-color: rgb(168,151,191); }

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

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

 span { border-color: rgb(168,151,191); }

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