#A098AB

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

Shades of Cold Purple #A098AB

Tints of Cold Purple #A098AB

Color information

#A098AB (or 0xA098AB) is unknown color: approx Cold Purple. HEX triplet: A0, 98 and AB. RGB value is (160,152,171). Sum of RGB (Red+Green+Blue) = 160+152+171=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A098AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AB is #5F6754. Grayscale: #9C9C9C. Windows color (decimal): -6252373 or 11245728. OLE color: 11245728.

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

Color convert

RGB160152171-
CMYK0.060.1100.33
HSL265.26º10.16%63.33%-
HSV(B)265.26º11.11%67.06%-
XYZ33.0832.8743.13-
YUV156.56136.15130.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=33.13%
G=31.47%
B=35.40%

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
Decimal1601521710.060.1100.33265.2610.1663.33
HexA098AB6B021109a3f
Octal2402302536130414111277
Binary101000001001100010101011110101101000011000010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098AB; }

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

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

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

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

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

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

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

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