#A198AC

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

Shades of Cold Purple #A198AC

Tints of Cold Purple #A198AC

Color information

#A198AC (or 0xA198AC) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and AC. RGB value is (161,152,172). Sum of RGB (Red+Green+Blue) = 161+152+172=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A198AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AC is #5E6753. Grayscale: #9C9C9C. Windows color (decimal): -6186836 or 11311265. OLE color: 11311265.

HSL color Cylindrical-coordinate representation of color #A198AC: hue angle of 267º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A198AC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161152172-
CMYK0.060.1200.33
HSL267º10.75%63.53%-
HSV(B)267º11.63%67.45%-
XYZ33.3733.0143.64-
YUV156.97136.48130.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=33.20%
G=31.34%
B=35.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611521720.060.1200.3326710.7563.53
HexA198AC6C02110bb40
Octal24123025461404141313100
Binary1010000110011000101011001101100010000110000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198AC; }

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

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

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

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

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

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

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

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