#A496C5

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

Shades of Cold Purple #A496C5

Tints of Cold Purple #A496C5

Color information

#A496C5 (or 0xA496C5) is unknown color: approx Cold Purple. HEX triplet: A4, 96 and C5. RGB value is (164,150,197). Sum of RGB (Red+Green+Blue) = 164+150+197=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 150 (58.98% from 255 or 29.35% 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 #A496C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496C5 is #5B693A. Grayscale: #9F9F9F. Windows color (decimal): -5990715 or 12949156. OLE color: 12949156.

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

Color convert

RGB164150197-
CMYK0.170.2400.23
HSL257.87º28.83%68.04%-
HSV(B)257.87º23.86%77.25%-
XYZ36.2933.7457.42-
YUV159.54149.14131.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=32.09%
G=29.35%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641501970.170.2400.23257.8728.8368.04
HexA496C511180171021d44
Octal244226305213002740235104
Binary1010010010010110110001011000111000010111100000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496C5; }

 p { color: rgb(164,150,197); }

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

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

 a { background-color: rgb(164,150,197); }

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

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

 span { border-color: rgb(164,150,197); }

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