#A498BF

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

Shades of Cold Purple #A498BF

Tints of Cold Purple #A498BF

Color information

#A498BF (or 0xA498BF) is unknown color: approx Cold Purple. HEX triplet: A4, 98 and BF. RGB value is (164,152,191). Sum of RGB (Red+Green+Blue) = 164+152+191=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A498BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BF is #5B6740. Grayscale: #9F9F9F. Windows color (decimal): -5990209 or 12556452. OLE color: 12556452.

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

Color convert

RGB164152191-
CMYK0.140.2000.25
HSL258.46º23.35%67.25%-
HSV(B)258.46º20.42%74.9%-
XYZ35.9434.1153.98-
YUV160.03145.48130.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 37.67%
R=32.35%
G=29.98%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641521910.140.2000.25258.4623.3567.25
HexA498BFE140191021743
Octal244230277162403140227103
Binary101001001001100010111111111010100011001100000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498BF; }

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

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

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

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

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

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

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

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