#A998C0

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

Shades of Cold Purple #A998C0

Tints of Cold Purple #A998C0

Color information

#A998C0 (or 0xA998C0) is unknown color: approx Cold Purple. HEX triplet: A9, 98 and C0. RGB value is (169,152,192). Sum of RGB (Red+Green+Blue) = 169+152+192=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A998C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C0 is #56673F. Grayscale: #A1A1A1. Windows color (decimal): -5662528 or 12621993. OLE color: 12621993.

HSL color Cylindrical-coordinate representation of color #A998C0: hue angle of 265.5º degrees, saturation: 0.24, 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 #A998C0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169152192-
CMYK0.120.2100.25
HSL265.5º24.1%67.45%-
HSV(B)265.5º20.83%75.29%-
XYZ37.134.754.61-
YUV161.64145.13133.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=32.94%
G=29.63%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691521920.120.2100.25265.524.167.45
HexA998C0C1501910a1843
Octal251230300142503141230103
Binary101010011001100011000000110010101011001100001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998C0; }

 p { color: rgb(169,152,192); }

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

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

 a { background-color: rgb(169,152,192); }

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

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

 span { border-color: rgb(169,152,192); }

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