#A297BC

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

Shades of Cold Purple #A297BC

Tints of Cold Purple #A297BC

Color information

#A297BC (or 0xA297BC) is unknown color: approx Cold Purple. HEX triplet: A2, 97 and BC. RGB value is (162,151,188). Sum of RGB (Red+Green+Blue) = 162+151+188=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A297BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BC is #5D6843. Grayscale: #9E9E9E. Windows color (decimal): -6121540 or 12359586. OLE color: 12359586.

HSL color Cylindrical-coordinate representation of color #A297BC: hue angle of 257.84º 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 #A297BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162151188-
CMYK0.140.2000.26
HSL257.84º21.64%66.47%-
HSV(B)257.84º19.68%73.73%-
XYZ35.0433.4552.19-
YUV158.51144.64130.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=32.34%
G=30.14%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621511880.140.2000.26257.8421.6466.47
HexA297BCE1401A1021642
Octal242227274162403240226102
Binary101000101001011110111100111010100011010100000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297BC; }

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

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

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

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

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

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

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

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