Html Css Color HEX #AF4C8F Mulberry

📋 copy color: '#AF4C8F'

red 175 ◦ green 76 ◦ blue 143

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

Shades of Mulberry #AF4C8F

Tints of Mulberry #AF4C8F

RGB

 RED value IS 175 (68.75% from 255) = 44.42%

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 44.42%
G = 19.29%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF4C8F (or 0xAF4C8F) is known color: Mulberry. HEX triplet: AF, 4C and 8F. RGB value is (175,76,143). Sum of RGB (Red+Green+Blue) = 175+76+143=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C8F is #50B370. Grayscale: #717171. Windows color (decimal): -5288817 or 9391279. OLE color: 9391279.

HSL color Cylindrical-coordinate representation of color #AF4C8F: hue angle of 319.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C8F is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 143 -
CMYK 0 0.57 0.18 0.31
HSL 319.39º 0.39% 0.49% -
HSV(B) 319.39º 0.57% 0.69% -
XYZ 25.22 16.27 27.8 -
YUV 113.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 175 76 143 0 0.57 0.18 0.31 319.39 0.39 0.49
Hex AF 4C 8F 0 39 12 1F 13F 27 31
Octal 257 114 217 0 71 22 37 477 47 61
Binary 10101111 1001100 10001111 0 111001 10010 11111 100111111 100111 110001

Color Harmonies of #AF4C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C8F

Black with #AF4C8F

Text Example


Text Example

White with #AF4C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C8F; }

 p { color: rgb(175,76,143); }

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

background-color css

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

 a { background-color: rgb(175,76,143); }

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

border-color css

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

 span { border-color: rgb(175,76,143); }

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