#A197C2

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

Shades of Cold Purple #A197C2

Tints of Cold Purple #A197C2

Color information

#A197C2 (or 0xA197C2) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and C2. RGB value is (161,151,194). Sum of RGB (Red+Green+Blue) = 161+151+194=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #A197C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C2 is #5E683D. Grayscale: #9E9E9E. Windows color (decimal): -6187070 or 12752801. OLE color: 12752801.

HSL color Cylindrical-coordinate representation of color #A197C2: hue angle of 253.95º 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 #A197C2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161151194-
CMYK0.170.2200.24
HSL253.95º26.06%67.65%-
HSV(B)253.95º22.16%76.08%-
XYZ35.533.6155.65-
YUV158.89147.81129.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=31.82%
G=29.84%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611511940.170.2200.24253.9526.0667.65
HexA197C21116018fe1a44
Octal241227302212603037632104
Binary101000011001011111000010100011011001100011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197C2; }

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

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

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

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

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

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

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

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