#A496BD

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

Shades of Cold Purple #A496BD

Tints of Cold Purple #A496BD

Color information

#A496BD (or 0xA496BD) is unknown color: approx Cold Purple. HEX triplet: A4, 96 and BD. RGB value is (164,150,189). Sum of RGB (Red+Green+Blue) = 164+150+189=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A496BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496BD is #5B6942. Grayscale: #9E9E9E. Windows color (decimal): -5990723 or 12424868. OLE color: 12424868.

HSL color Cylindrical-coordinate representation of color #A496BD: hue angle of 261.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A496BD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164150189-
CMYK0.130.2100.26
HSL261.54º22.81%66.47%-
HSV(B)261.54º20.63%74.12%-
XYZ35.433.3852.72-
YUV158.63145.14131.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=32.60%
G=29.82%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641501890.130.2100.26261.5422.8166.47
HexA496BDD1501A1061742
Octal244226275152503240627102
Binary101001001001011010111101110110101011010100000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496BD; }

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

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

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

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

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

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

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

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