Html Css Color HEX #A74E8A Mulberry

📋 copy color: '#A74E8A'

red 167 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #A74E8A

Tints of Mulberry #A74E8A

RGB

 RED value IS 167 (65.63% from 255) = 43.6%

 GREEN value IS 78 (30.86% from 255) = 20.37%

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

R = 43.6%
G = 20.37%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A74E8A (or 0xA74E8A) is known color: Mulberry. HEX triplet: A7, 4E and 8A. RGB value is (167,78,138). Sum of RGB (Red+Green+Blue) = 167+78+138=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E8A is #58B175. Grayscale: #6F6F6F. Windows color (decimal): -5812598 or 9064103. OLE color: 9064103.

HSL color Cylindrical-coordinate representation of color #A74E8A: hue angle of 319.55º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E8A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 138 -
CMYK 0 0.53 0.17 0.35
HSL 319.55º 0.36% 0.48% -
HSV(B) 319.55º 0.53% 0.65% -
XYZ 23.25 15.5 25.81 -
YUV 111.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 167 78 138 0 0.53 0.17 0.35 319.55 0.36 0.48
Hex A7 4E 8A 0 35 11 23 140 24 30
Octal 247 116 212 0 65 21 43 500 44 60
Binary 10100111 1001110 10001010 0 110101 10001 100011 101000000 100100 110000

Color Harmonies of #A74E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E8A

Black with #A74E8A

Text Example


Text Example

White with #A74E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E8A; }

 p { color: rgb(167,78,138); }

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

background-color css

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

 a { background-color: rgb(167,78,138); }

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

border-color css

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

 span { border-color: rgb(167,78,138); }

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