Html Css Color HEX #AE6A8D Tapestry

📋 copy color: '#AE6A8D'

red 174 ◦ green 106 ◦ blue 141

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

Shades of Tapestry #AE6A8D

Tints of Tapestry #AE6A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

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

R = 41.33%
G = 25.18%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE6A8D (or 0xAE6A8D) is known color: Tapestry. HEX triplet: AE, 6A and 8D. RGB value is (174,106,141). Sum of RGB (Red+Green+Blue) = 174+106+141=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A8D is #519572. Grayscale: #828282. Windows color (decimal): -5346675 or 9267886. OLE color: 9267886.

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

Color convert

RGB 174 106 141 -
CMYK 0 0.39 0.19 0.32
HSL 329.12º 0.3% 0.55% -
HSV(B) 329.12º 0.39% 0.68% -
XYZ 27.42 21.23 27.85 -
YUV 130.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 174 106 141 0 0.39 0.19 0.32 329.12 0.3 0.55
Hex AE 6A 8D 0 27 13 20 149 1E 37
Octal 256 152 215 0 47 23 40 511 36 67
Binary 10101110 1101010 10001101 0 100111 10011 100000 101001001 11110 110111

Color Harmonies of #AE6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A8D

Black with #AE6A8D

Text Example


Text Example

White with #AE6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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