#A397BC

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

Shades of Cold Purple #A397BC

Tints of Cold Purple #A397BC

Color information

#A397BC (or 0xA397BC) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and BC. RGB value is (163,151,188). Sum of RGB (Red+Green+Blue) = 163+151+188=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A397BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BC is #5C6843. Grayscale: #9E9E9E. Windows color (decimal): -6056004 or 12359587. OLE color: 12359587.

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

Color convert

RGB163151188-
CMYK0.130.2000.26
HSL259.46º21.64%66.47%-
HSV(B)259.46º19.68%73.73%-
XYZ35.2533.5552.2-
YUV158.81144.48130.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=32.47%
G=30.08%
B=37.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631511880.130.2000.26259.4621.6466.47
HexA397BCD1401A1031642
Octal243227274152403240326102
Binary101000111001011110111100110110100011010100000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397BC; }

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

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

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

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

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

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

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

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