#A397BF

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

Shades of Cold Purple #A397BF

Tints of Cold Purple #A397BF

Color information

#A397BF (or 0xA397BF) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and BF. RGB value is (163,151,191). Sum of RGB (Red+Green+Blue) = 163+151+191=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A397BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BF is #5C6840. Grayscale: #9E9E9E. Windows color (decimal): -6056001 or 12556195. OLE color: 12556195.

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

Color convert

RGB163151191-
CMYK0.150.2100.25
HSL258º23.81%67.06%-
HSV(B)258º20.94%74.9%-
XYZ35.5733.6853.92-
YUV159.15145.98130.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 191 (75% from 255) = 37.82%
R=32.28%
G=29.90%
B=37.82%

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
Decimal1631511910.150.2100.2525823.8167.06
HexA397BFF150191021843
Octal243227277172503140230103
Binary101000111001011110111111111110101011001100000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397BF; }

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

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

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

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

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

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

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

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