Html Css Color HEX #AE6488 Tapestry

📋 copy color: '#AE6488'

red 174 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #AE6488

Tints of Tapestry #AE6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 42.44%
G = 24.39%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE6488 (or 0xAE6488) is known color: Tapestry. HEX triplet: AE, 64 and 88. RGB value is (174,100,136). Sum of RGB (Red+Green+Blue) = 174+100+136=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6488 is #519B77. Grayscale: #7E7E7E. Windows color (decimal): -5348216 or 8938670. OLE color: 8938670.

HSL color Cylindrical-coordinate representation of color #AE6488: hue angle of 330.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6488 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 136 -
CMYK 0 0.43 0.22 0.32
HSL 330.81º 0.31% 0.54% -
HSV(B) 330.81º 0.43% 0.68% -
XYZ 26.46 19.89 25.74 -
YUV 126.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 174 100 136 0 0.43 0.22 0.32 330.81 0.31 0.54
Hex AE 64 88 0 2B 16 20 14B 1F 36
Octal 256 144 210 0 53 26 40 513 37 66
Binary 10101110 1100100 10001000 0 101011 10110 100000 101001011 11111 110110

Color Harmonies of #AE6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6488

Black with #AE6488

Text Example


Text Example

White with #AE6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6488; }

 p { color: rgb(174,100,136); }

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

background-color css

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

 a { background-color: rgb(174,100,136); }

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

border-color css

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

 span { border-color: rgb(174,100,136); }

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