#A397C2

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

Shades of Cold Purple #A397C2

Tints of Cold Purple #A397C2

Color information

#A397C2 (or 0xA397C2) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and C2. RGB value is (163,151,194). Sum of RGB (Red+Green+Blue) = 163+151+194=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #A397C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397C2 is #5C683D. Grayscale: #9F9F9F. Windows color (decimal): -6055998 or 12752803. OLE color: 12752803.

HSL color Cylindrical-coordinate representation of color #A397C2: hue angle of 256.74º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A397C2 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163151194-
CMYK0.160.2200.24
HSL256.74º26.06%67.65%-
HSV(B)256.74º22.16%76.08%-
XYZ35.9133.8155.67-
YUV159.49147.48130.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=32.09%
G=29.72%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631511940.160.2200.24256.7426.0667.65
HexA397C210160181011a44
Octal243227302202603040132104
Binary1010001110010111110000101000010110011000100000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397C2; }

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

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

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

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

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

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

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

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