#A297BF

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

Shades of Cold Purple #A297BF

Tints of Cold Purple #A297BF

Color information

#A297BF (or 0xA297BF) is unknown color: approx Cold Purple. HEX triplet: A2, 97 and BF. RGB value is (162,151,191). Sum of RGB (Red+Green+Blue) = 162+151+191=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A297BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BF is #5D6840. Grayscale: #9E9E9E. Windows color (decimal): -6121537 or 12556194. OLE color: 12556194.

HSL color Cylindrical-coordinate representation of color #A297BF: hue angle of 256.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 #A297BF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162151191-
CMYK0.150.2100.25
HSL256.5º23.81%67.06%-
HSV(B)256.5º20.94%74.9%-
XYZ35.3733.5853.91-
YUV158.85146.14130.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 191 (75% from 255) = 37.90%
R=32.14%
G=29.96%
B=37.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621511910.150.2100.25256.523.8167.06
HexA297BFF150191001843
Octal242227277172503140030103
Binary101000101001011110111111111110101011001100000000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297BF; }

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

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

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

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

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

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

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

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