#AE5F8B

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

Shades of Tapestry #AE5F8B

Tints of Tapestry #AE5F8B

Color information

#AE5F8B (or 0xAE5F8B) is unknown color: approx Tapestry. HEX triplet: AE, 5F and 8B. RGB value is (174,95,139). Sum of RGB (Red+Green+Blue) = 174+95+139=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5F8B is #51A074. Grayscale: #7B7B7B. Windows color (decimal): -5349493 or 9133998. OLE color: 9133998.

HSL color Cylindrical-coordinate representation of color #AE5F8B: hue angle of 326.58º 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 #AE5F8B is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17495139-
CMYK00.450.200.32
HSL326.58º32.78%52.75%-
HSV(B)326.58º45.4%68.24%-
XYZ26.2119.0526.72-
YUV123.64136.67163.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=42.65%
G=23.28%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749513900.450.200.32326.5832.7852.75
HexAE5F8B02D14201472135
Octal25613721305524405074165
Binary10101110101111110001011010110110100100000101000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F8B; }

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

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

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

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

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

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

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

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