#A098AA

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

Shades of Cold Purple #A098AA

Tints of Cold Purple #A098AA

Color information

#A098AA (or 0xA098AA) is unknown color: approx Cold Purple. HEX triplet: A0, 98 and AA. RGB value is (160,152,170). Sum of RGB (Red+Green+Blue) = 160+152+170=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A098AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AA is #5F6755. Grayscale: #9C9C9C. Windows color (decimal): -6252374 or 11180192. OLE color: 11180192.

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

Color convert

RGB160152170-
CMYK0.060.1100.33
HSL266.67º9.57%63.14%-
HSV(B)266.67º10.59%66.67%-
XYZ32.9832.8342.63-
YUV156.44135.65130.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=33.20%
G=31.54%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601521700.060.1100.33266.679.5763.14
HexA098AA6B02110ba3f
Octal2402302526130414131277
Binary101000001001100010101010110101101000011000010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098AA; }

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

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

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

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

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

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

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

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