#A397C5

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

Shades of Cold Purple #A397C5

Tints of Cold Purple #A397C5

Color information

#A397C5 (or 0xA397C5) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and C5. RGB value is (163,151,197). Sum of RGB (Red+Green+Blue) = 163+151+197=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #A397C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397C5 is #5C683A. Grayscale: #9F9F9F. Windows color (decimal): -6055995 or 12949411. OLE color: 12949411.

HSL color Cylindrical-coordinate representation of color #A397C5: hue angle of 255.65º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A397C5 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163151197-
CMYK0.170.2300.23
HSL255.65º28.4%68.24%-
HSV(B)255.65º23.35%77.25%-
XYZ36.2533.9557.47-
YUV159.83148.98130.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=31.90%
G=29.55%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631511970.170.2300.23255.6528.468.24
HexA397C511170171001c44
Octal243227305212702740034104
Binary1010001110010111110001011000110111010111100000000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397C5; }

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

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

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

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

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

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

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

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