#A897BE

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

Shades of Cold Purple #A897BE

Tints of Cold Purple #A897BE

Color information

#A897BE (or 0xA897BE) is unknown color: approx Cold Purple. HEX triplet: A8, 97 and BE. RGB value is (168,151,190). Sum of RGB (Red+Green+Blue) = 168+151+190=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A897BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897BE is #576841. Grayscale: #A0A0A0. Windows color (decimal): -5728322 or 12490664. OLE color: 12490664.

HSL color Cylindrical-coordinate representation of color #A897BE: hue angle of 266.15º degrees, saturation: 0.23, 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 #A897BE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168151190-
CMYK0.120.2100.25
HSL266.15º23.08%66.86%-
HSV(B)266.15º20.53%74.51%-
XYZ36.5134.1853.39-
YUV160.53144.63133.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=33.01%
G=29.67%
B=37.33%

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
Decimal1681511900.120.2100.25266.1523.0866.86
HexA897BEC1501910a1743
Octal250227276142503141227103
Binary101010001001011110111110110010101011001100001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897BE; }

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

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

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

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

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

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

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

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