#A093AE

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

Shades of Cold Purple #A093AE

Tints of Cold Purple #A093AE

Color information

#A093AE (or 0xA093AE) is unknown color: approx Cold Purple. HEX triplet: A0, 93 and AE. RGB value is (160,147,174). Sum of RGB (Red+Green+Blue) = 160+147+174=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #A093AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AE is #5F6C51. Grayscale: #999999. Windows color (decimal): -6253650 or 11441056. OLE color: 11441056.

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

Color convert

RGB160147174-
CMYK0.080.1600.32
HSL268.89º14.29%62.94%-
HSV(B)268.89º15.52%68.24%-
XYZ32.5731.444.39-
YUV153.96139.31132.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=33.26%
G=30.56%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601471740.080.1600.32268.8914.2962.94
HexA093AE81002010de3f
Octal24022325610200404151677
Binary10100000100100111010111010001000001000001000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093AE; }

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

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

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

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

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

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

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

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