#A098AD

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

Shades of Cold Purple #A098AD

Tints of Cold Purple #A098AD

Color information

#A098AD (or 0xA098AD) is unknown color: approx Cold Purple. HEX triplet: A0, 98 and AD. RGB value is (160,152,173). Sum of RGB (Red+Green+Blue) = 160+152+173=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #A098AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AD is #5F6752. Grayscale: #9C9C9C. Windows color (decimal): -6252371 or 11376800. OLE color: 11376800.

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

Color convert

RGB160152173-
CMYK0.080.1200.32
HSL262.86º11.35%63.73%-
HSV(B)262.86º12.14%67.84%-
XYZ33.2732.9544.14-
YUV156.79137.15130.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=32.99%
G=31.34%
B=35.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601521730.080.1200.32262.8611.3563.73
HexA098AD8C020107b40
Octal240230255101404040713100
Binary10100000100110001010110110001100010000010000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098AD; }

 p { color: rgb(160,152,173); }

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

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

 a { background-color: rgb(160,152,173); }

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

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

 span { border-color: rgb(160,152,173); }

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