#A197C0

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

Shades of Cold Purple #A197C0

Tints of Cold Purple #A197C0

Color information

#A197C0 (or 0xA197C0) is unknown color: approx Cold Purple. HEX triplet: A1, 97 and C0. RGB value is (161,151,192). Sum of RGB (Red+Green+Blue) = 161+151+192=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #A197C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C0 is #5E683F. Grayscale: #9E9E9E. Windows color (decimal): -6187072 or 12621729. OLE color: 12621729.

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

Color convert

RGB161151192-
CMYK0.160.2100.25
HSL254.63º24.55%67.25%-
HSV(B)254.63º21.35%75.29%-
XYZ35.2833.5254.48-
YUV158.66146.81129.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=31.94%
G=29.96%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611511920.160.2100.25254.6324.5567.25
HexA197C01015019ff1943
Octal241227300202503137731103
Binary101000011001011111000000100001010101100111111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197C0; }

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

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

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

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

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

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

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

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