#A496B7

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

Shades of Cold Purple #A496B7

Tints of Cold Purple #A496B7

Color information

#A496B7 (or 0xA496B7) is unknown color: approx Cold Purple. HEX triplet: A4, 96 and B7. RGB value is (164,150,183). Sum of RGB (Red+Green+Blue) = 164+150+183=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #A496B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496B7 is #5B6948. Grayscale: #9D9D9D. Windows color (decimal): -5990729 or 12031652. OLE color: 12031652.

HSL color Cylindrical-coordinate representation of color #A496B7: hue angle of 265.45º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A496B7 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164150183-
CMYK0.100.1800.28
HSL265.45º18.64%65.29%-
HSV(B)265.45º18.03%71.76%-
XYZ34.7633.1249.36-
YUV157.95142.14132.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=33.00%
G=30.18%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641501830.100.1800.28265.4518.6465.29
HexA496B7A1201C1091341
Octal244226267122203441123101
Binary101001001001011010110111101010010011100100001001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496B7; }

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

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

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

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

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

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

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

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