#A098AC

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

Shades of Cold Purple #A098AC

Tints of Cold Purple #A098AC

Color information

#A098AC (or 0xA098AC) is unknown color: approx Cold Purple. HEX triplet: A0, 98 and AC. RGB value is (160,152,172). Sum of RGB (Red+Green+Blue) = 160+152+172=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A098AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AC is #5F6753. Grayscale: #9C9C9C. Windows color (decimal): -6252372 or 11311264. OLE color: 11311264.

HSL color Cylindrical-coordinate representation of color #A098AC: hue angle of 264º 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 #A098AC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160152172-
CMYK0.070.1200.33
HSL264º10.75%63.53%-
HSV(B)264º11.63%67.45%-
XYZ33.1732.9143.63-
YUV156.67136.65130.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=33.06%
G=31.40%
B=35.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601521720.070.1200.3326410.7563.53
HexA098AC7C021108b40
Octal24023025471404141013100
Binary1010000010011000101011001111100010000110000100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098AC; }

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

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

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

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

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

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

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

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