#A097BC

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

Shades of Cold Purple #A097BC

Tints of Cold Purple #A097BC

Color information

#A097BC (or 0xA097BC) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and BC. RGB value is (160,151,188). Sum of RGB (Red+Green+Blue) = 160+151+188=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A097BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BC is #5F6843. Grayscale: #9D9D9D. Windows color (decimal): -6252612 or 12359584. OLE color: 12359584.

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

Color convert

RGB160151188-
CMYK0.150.2000.26
HSL254.59º21.64%66.47%-
HSV(B)254.59º19.68%73.73%-
XYZ34.6433.2452.17-
YUV157.91144.98129.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=32.06%
G=30.26%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601511880.150.2000.26254.5921.6466.47
HexA097BCF1401Aff1642
Octal240227274172403237726102
Binary10100000100101111011110011111010001101011111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097BC; }

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

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

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

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

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

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

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

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