#A497BE

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

Shades of Cold Purple #A497BE

Tints of Cold Purple #A497BE

Color information

#A497BE (or 0xA497BE) is unknown color: approx Cold Purple. HEX triplet: A4, 97 and BE. RGB value is (164,151,190). Sum of RGB (Red+Green+Blue) = 164+151+190=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A497BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BE is #5B6841. Grayscale: #9F9F9F. Windows color (decimal): -5990466 or 12490660. OLE color: 12490660.

HSL color Cylindrical-coordinate representation of color #A497BE: hue angle of 260º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A497BE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164151190-
CMYK0.140.2100.25
HSL260º23.08%66.86%-
HSV(B)260º20.53%74.51%-
XYZ35.6733.7453.35-
YUV159.33145.31131.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=32.48%
G=29.90%
B=37.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641511900.140.2100.2526023.0866.86
HexA497BEE150191041743
Octal244227276162503140427103
Binary101001001001011110111110111010101011001100000100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497BE; }

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

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

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

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

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

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

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

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