#A498BD

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

Shades of Cold Purple #A498BD

Tints of Cold Purple #A498BD

Color information

#A498BD (or 0xA498BD) is unknown color: approx Cold Purple. HEX triplet: A4, 98 and BD. RGB value is (164,152,189). Sum of RGB (Red+Green+Blue) = 164+152+189=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A498BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BD is #5B6742. Grayscale: #9F9F9F. Windows color (decimal): -5990211 or 12425380. OLE color: 12425380.

HSL color Cylindrical-coordinate representation of color #A498BD: hue angle of 259.46º 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 #A498BD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164152189-
CMYK0.130.2000.26
HSL259.46º21.89%66.86%-
HSV(B)259.46º19.58%74.12%-
XYZ35.7234.0252.83-
YUV159.81144.48130.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=32.48%
G=30.10%
B=37.43%

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
Decimal1641521890.130.2000.26259.4621.8966.86
HexA498BDD1401A1031643
Octal244230275152403240326103
Binary101001001001100010111101110110100011010100000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498BD; }

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

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

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

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

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

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

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

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