Html Css Color HEX #AE5292 Mulberry

📋 copy color: '#AE5292'

red 174 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #AE5292

Tints of Mulberry #AE5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 43.28%
G = 20.4%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE5292 (or 0xAE5292) is known color: Mulberry. HEX triplet: AE, 52 and 92. RGB value is (174,82,146). Sum of RGB (Red+Green+Blue) = 174+82+146=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5292 is #51AD6D. Grayscale: #747474. Windows color (decimal): -5352814 or 9589422. OLE color: 9589422.

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

Color convert

RGB 174 82 146 -
CMYK 0 0.53 0.16 0.32
HSL 318.26º 0.36% 0.5% -
HSV(B) 318.26º 0.53% 0.68% -
XYZ 25.66 17.11 29.14 -
YUV 116.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 174 82 146 0 0.53 0.16 0.32 318.26 0.36 0.5
Hex AE 52 92 0 35 10 20 13E 24 32
Octal 256 122 222 0 65 20 40 476 44 62
Binary 10101110 1010010 10010010 0 110101 10000 100000 100111110 100100 110010

Color Harmonies of #AE5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5292

Black with #AE5292

Text Example


Text Example

White with #AE5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5292; }

 p { color: rgb(174,82,146); }

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

background-color css

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

 a { background-color: rgb(174,82,146); }

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

border-color css

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

 span { border-color: rgb(174,82,146); }

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