Html Css Color HEX #AE4B8A Mulberry

📋 copy color: '#AE4B8A'

red 174 ◦ green 75 ◦ blue 138

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

Shades of Mulberry #AE4B8A

Tints of Mulberry #AE4B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 44.96%
G = 19.38%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE4B8A (or 0xAE4B8A) is known color: Mulberry. HEX triplet: AE, 4B and 8A. RGB value is (174,75,138). Sum of RGB (Red+Green+Blue) = 174+75+138=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B8A is #51B475. Grayscale: #6F6F6F. Windows color (decimal): -5354614 or 9063342. OLE color: 9063342.

HSL color Cylindrical-coordinate representation of color #AE4B8A: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4B8A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 75 138 -
CMYK 0 0.57 0.21 0.32
HSL 321.82º 0.4% 0.49% -
HSV(B) 321.82º 0.57% 0.68% -
XYZ 24.56 15.87 25.81 -
YUV 111.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 174 75 138 0 0.57 0.21 0.32 321.82 0.4 0.49
Hex AE 4B 8A 0 39 15 20 142 28 31
Octal 256 113 212 0 71 25 40 502 50 61
Binary 10101110 1001011 10001010 0 111001 10101 100000 101000010 101000 110001

Color Harmonies of #AE4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B8A

Black with #AE4B8A

Text Example


Text Example

White with #AE4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B8A; }

 p { color: rgb(174,75,138); }

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

background-color css

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

 a { background-color: rgb(174,75,138); }

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

border-color css

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

 span { border-color: rgb(174,75,138); }

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