#AE5F8A

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

Shades of Tapestry #AE5F8A

Tints of Tapestry #AE5F8A

Color information

#AE5F8A (or 0xAE5F8A) is unknown color: approx Tapestry. HEX triplet: AE, 5F and 8A. RGB value is (174,95,138). Sum of RGB (Red+Green+Blue) = 174+95+138=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5F8A is #51A075. Grayscale: #7B7B7B. Windows color (decimal): -5349494 or 9068462. OLE color: 9068462.

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

Color convert

RGB17495138-
CMYK00.450.210.32
HSL327.34º32.78%52.75%-
HSV(B)327.34º45.4%68.24%-
XYZ26.1419.0226.34-
YUV123.52136.17164-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=42.75%
G=23.34%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749513800.450.210.32327.3432.7852.75
HexAE5F8A02D15201472135
Octal25613721205525405074165
Binary10101110101111110001010010110110101100000101000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F8A; }

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

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

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

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

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

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

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

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