#A198AE

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

Shades of Cold Purple #A198AE

Tints of Cold Purple #A198AE

Color information

#A198AE (or 0xA198AE) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and AE. RGB value is (161,152,174). Sum of RGB (Red+Green+Blue) = 161+152+174=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #A198AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AE is #5E6751. Grayscale: #9D9D9D. Windows color (decimal): -6186834 or 11442337. OLE color: 11442337.

HSL color Cylindrical-coordinate representation of color #A198AE: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A198AE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161152174-
CMYK0.070.1300.32
HSL264.55º11.96%63.92%-
HSV(B)264.55º12.64%68.24%-
XYZ33.5733.0944.66-
YUV157.2137.48130.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=33.06%
G=31.21%
B=35.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611521740.070.1300.32264.5511.9663.92
HexA198AE7D020109c40
Octal24123025671504041114100
Binary1010000110011000101011101111101010000010000100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198AE; }

 p { color: rgb(161,152,174); }

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

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

 a { background-color: rgb(161,152,174); }

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

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

 span { border-color: rgb(161,152,174); }

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