Html Css Color HEX #A74F8A Mulberry

📋 copy color: '#A74F8A'

red 167 ◦ green 79 ◦ blue 138

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

Shades of Mulberry #A74F8A

Tints of Mulberry #A74F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

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

R = 43.49%
G = 20.57%
B = 35.94%

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

#A74F8A (or 0xA74F8A) is known color: Mulberry. HEX triplet: A7, 4F and 8A. RGB value is (167,79,138). Sum of RGB (Red+Green+Blue) = 167+79+138=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F8A is #58B075. Grayscale: #6F6F6F. Windows color (decimal): -5812342 or 9064359. OLE color: 9064359.

HSL color Cylindrical-coordinate representation of color #A74F8A: hue angle of 319.77º 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 #A74F8A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 138 -
CMYK 0 0.53 0.17 0.35
HSL 319.77º 0.36% 0.48% -
HSV(B) 319.77º 0.53% 0.65% -
XYZ 23.32 15.64 25.83 -
YUV 112.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 167 79 138 0 0.53 0.17 0.35 319.77 0.36 0.48
Hex A7 4F 8A 0 35 11 23 140 24 30
Octal 247 117 212 0 65 21 43 500 44 60
Binary 10100111 1001111 10001010 0 110101 10001 100011 101000000 100100 110000

Color Harmonies of #A74F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F8A

Black with #A74F8A

Text Example


Text Example

White with #A74F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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