#A098AE

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

Shades of Cold Purple #A098AE

Tints of Cold Purple #A098AE

Color information

#A098AE (or 0xA098AE) is unknown color: approx Cold Purple. HEX triplet: A0, 98 and AE. RGB value is (160,152,174). Sum of RGB (Red+Green+Blue) = 160+152+174=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #A098AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AE is #5F6751. Grayscale: #9C9C9C. Windows color (decimal): -6252370 or 11442336. OLE color: 11442336.

HSL color Cylindrical-coordinate representation of color #A098AE: hue angle of 261.82º 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 #A098AE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160152174-
CMYK0.080.1300.32
HSL261.82º11.96%63.92%-
HSV(B)261.82º12.64%68.24%-
XYZ33.3732.9944.65-
YUV156.9137.65130.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=32.92%
G=31.28%
B=35.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601521740.080.1300.32261.8211.9663.92
HexA098AE8D020106c40
Octal240230256101504040614100
Binary10100000100110001010111010001101010000010000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098AE; }

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

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

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

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

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

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

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

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