Html Css Color HEX #AE6F8D Tapestry

📋 copy color: '#AE6F8D'

red 174 ◦ green 111 ◦ blue 141

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

Shades of Tapestry #AE6F8D

Tints of Tapestry #AE6F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 40.85%
G = 26.06%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE6F8D (or 0xAE6F8D) is known color: Tapestry. HEX triplet: AE, 6F and 8D. RGB value is (174,111,141). Sum of RGB (Red+Green+Blue) = 174+111+141=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F8D is #519072. Grayscale: #858585. Windows color (decimal): -5345395 or 9269166. OLE color: 9269166.

HSL color Cylindrical-coordinate representation of color #AE6F8D: hue angle of 331.43º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F8D is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 111 141 -
CMYK 0 0.36 0.19 0.32
HSL 331.43º 0.28% 0.56% -
HSV(B) 331.43º 0.36% 0.68% -
XYZ 27.95 22.29 28.03 -
YUV 133.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 174 111 141 0 0.36 0.19 0.32 331.43 0.28 0.56
Hex AE 6F 8D 0 24 13 20 14B 1C 38
Octal 256 157 215 0 44 23 40 513 34 70
Binary 10101110 1101111 10001101 0 100100 10011 100000 101001011 11100 111000

Color Harmonies of #AE6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F8D

Black with #AE6F8D

Text Example


Text Example

White with #AE6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F8D; }

 p { color: rgb(174,111,141); }

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

background-color css

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

 a { background-color: rgb(174,111,141); }

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

border-color css

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

 span { border-color: rgb(174,111,141); }

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