#A497C3

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

Shades of Cold Purple #A497C3

Tints of Cold Purple #A497C3

Color information

#A497C3 (or 0xA497C3) is unknown color: approx Cold Purple. HEX triplet: A4, 97 and C3. RGB value is (164,151,195). Sum of RGB (Red+Green+Blue) = 164+151+195=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #A497C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497C3 is #5B683C. Grayscale: #9F9F9F. Windows color (decimal): -5990461 or 12818340. OLE color: 12818340.

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

Color convert

RGB164151195-
CMYK0.160.2300.24
HSL257.73º26.83%67.84%-
HSV(B)257.73º22.56%76.47%-
XYZ36.2333.9756.28-
YUV159.9147.81130.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=32.16%
G=29.61%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641511950.160.2300.24257.7326.8367.84
HexA497C310170181021b44
Octal244227303202703040233104
Binary1010010010010111110000111000010111011000100000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497C3; }

 p { color: rgb(164,151,195); }

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

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

 a { background-color: rgb(164,151,195); }

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

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

 span { border-color: rgb(164,151,195); }

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