#A094AE

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

Shades of Cold Purple #A094AE

Tints of Cold Purple #A094AE

Color information

#A094AE (or 0xA094AE) is unknown color: approx Cold Purple. HEX triplet: A0, 94 and AE. RGB value is (160,148,174). Sum of RGB (Red+Green+Blue) = 160+148+174=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #A094AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094AE is #5F6B51. Grayscale: #9A9A9A. Windows color (decimal): -6253394 or 11441312. OLE color: 11441312.

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

Color convert

RGB160148174-
CMYK0.080.1500.32
HSL267.69º13.83%63.14%-
HSV(B)267.69º14.94%68.24%-
XYZ32.7331.7144.44-
YUV154.55138.98131.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=33.20%
G=30.71%
B=36.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601481740.080.1500.32267.6913.8363.14
HexA094AE8F02010ce3f
Octal24022425610170404141677
Binary1010000010010100101011101000111101000001000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094AE; }

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

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

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

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

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

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

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

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