#A497BD

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

Shades of Cold Purple #A497BD

Tints of Cold Purple #A497BD

Color information

#A497BD (or 0xA497BD) is unknown color: approx Cold Purple. HEX triplet: A4, 97 and BD. RGB value is (164,151,189). Sum of RGB (Red+Green+Blue) = 164+151+189=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A497BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BD is #5B6842. Grayscale: #9F9F9F. Windows color (decimal): -5990467 or 12425124. OLE color: 12425124.

HSL color Cylindrical-coordinate representation of color #A497BD: hue angle of 260.53º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A497BD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164151189-
CMYK0.130.2000.26
HSL260.53º22.35%66.67%-
HSV(B)260.53º20.11%74.12%-
XYZ35.5633.752.77-
YUV159.22144.81131.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=32.54%
G=29.96%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641511890.130.2000.26260.5322.3566.67
HexA497BDD1401A1051643
Octal244227275152403240526103
Binary101001001001011110111101110110100011010100000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497BD; }

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

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

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

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

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

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

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

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