Html Css Color HEX #AF4D8F Mulberry

📋 copy color: '#AF4D8F'

red 175 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #AF4D8F

Tints of Mulberry #AF4D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

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

R = 44.3%
G = 19.49%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF4D8F (or 0xAF4D8F) is known color: Mulberry. HEX triplet: AF, 4D and 8F. RGB value is (175,77,143). Sum of RGB (Red+Green+Blue) = 175+77+143=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D8F is #50B270. Grayscale: #717171. Windows color (decimal): -5288561 or 9391535. OLE color: 9391535.

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

Color convert

RGB 175 77 143 -
CMYK 0 0.56 0.18 0.31
HSL 319.59º 0.39% 0.49% -
HSV(B) 319.59º 0.56% 0.69% -
XYZ 25.29 16.4 27.82 -
YUV 113.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 175 77 143 0 0.56 0.18 0.31 319.59 0.39 0.49
Hex AF 4D 8F 0 38 12 1F 140 27 31
Octal 257 115 217 0 70 22 37 500 47 61
Binary 10101111 1001101 10001111 0 111000 10010 11111 101000000 100111 110001

Color Harmonies of #AF4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D8F

Black with #AF4D8F

Text Example


Text Example

White with #AF4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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