#AE8A94

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

Shades of Viola #AE8A94

Tints of Viola #AE8A94

Color information

#AE8A94 (or 0xAE8A94) is unknown color: approx Viola. HEX triplet: AE, 8A and 94. RGB value is (174,138,148). Sum of RGB (Red+Green+Blue) = 174+138+148=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A94 is #51756B. Grayscale: #959595. Windows color (decimal): -5338476 or 9734830. OLE color: 9734830.

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

Color convert

RGB174138148-
CMYK00.210.150.32
HSL343.33º18.18%61.18%-
HSV(B)343.33º20.69%68.24%-
XYZ31.8929.3131.99-
YUV149.9126.93145.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=37.83%
G=30%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413814800.210.150.32343.3318.1861.18
HexAE8A94015F20157123d
Octal25621222402517405272275
Binary101011101000101010010100010101111110000010101011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A94; }

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

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

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

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

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

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

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

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