#A397BD

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

Shades of Cold Purple #A397BD

Tints of Cold Purple #A397BD

Color information

#A397BD (or 0xA397BD) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and BD. RGB value is (163,151,189). Sum of RGB (Red+Green+Blue) = 163+151+189=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A397BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BD is #5C6842. Grayscale: #9E9E9E. Windows color (decimal): -6056003 or 12425123. OLE color: 12425123.

HSL color Cylindrical-coordinate representation of color #A397BD: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A397BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163151189-
CMYK0.140.2000.26
HSL258.95º22.35%66.67%-
HSV(B)258.95º20.11%74.12%-
XYZ35.3633.5952.76-
YUV158.92144.98130.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=32.41%
G=30.02%
B=37.57%

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
Decimal1631511890.140.2000.26258.9522.3566.67
HexA397BDE1401A1031643
Octal243227275162403240326103
Binary101000111001011110111101111010100011010100000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397BD; }

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

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

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

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

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

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

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

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