Html Css Color HEX #AE5F7B Tapestry

📋 copy color: '#AE5F7B'

red 174 ◦ green 95 ◦ blue 123

#AE5F7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AE5F7B

Tints of Tapestry #AE5F7B

RGB

 RED value IS 174 (68.36% from 255) = 44.39%

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 44.39%
G = 24.23%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE5F7B (or 0xAE5F7B) is known color: Tapestry. HEX triplet: AE, 5F and 7B. RGB value is (174,95,123). Sum of RGB (Red+Green+Blue) = 174+95+123=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F7B is #51A084. Grayscale: #797979. Windows color (decimal): -5349509 or 8085422. OLE color: 8085422.

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

Color convert

RGB 174 95 123 -
CMYK 0 0.45 0.29 0.32
HSL 338.73º 0.33% 0.53% -
HSV(B) 338.73º 0.45% 0.68% -
XYZ 25.12 18.61 21.01 -
YUV 121.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 174 95 123 0 0.45 0.29 0.32 338.73 0.33 0.53
Hex AE 5F 7B 0 2D 1D 20 153 21 35
Octal 256 137 173 0 55 35 40 523 41 65
Binary 10101110 1011111 1111011 0 101101 11101 100000 101010011 100001 110101

Color Harmonies of #AE5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F7B

Black with #AE5F7B

Text Example


Text Example

White with #AE5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F7B; }

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

 H1.HeaderClassName
 {
   color: #AE5F7B;
 }
 .AnyTagClassName
 {
   color: #AE5F7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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