Html Css Color HEX #AF538F Mulberry

📋 copy color: '#AF538F'

red 175 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #AF538F

Tints of Mulberry #AF538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 43.64%
G = 20.7%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF538F (or 0xAF538F) is known color: Mulberry. HEX triplet: AF, 53 and 8F. RGB value is (175,83,143). Sum of RGB (Red+Green+Blue) = 175+83+143=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538F is #50AC70. Grayscale: #757575. Windows color (decimal): -5287025 or 9393071. OLE color: 9393071.

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

Color convert

RGB 175 83 143 -
CMYK 0 0.53 0.18 0.31
HSL 320.87º 0.37% 0.51% -
HSV(B) 320.87º 0.53% 0.69% -
XYZ 25.73 17.28 27.97 -
YUV 117.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 175 83 143 0 0.53 0.18 0.31 320.87 0.37 0.51
Hex AF 53 8F 0 35 12 1F 141 25 33
Octal 257 123 217 0 65 22 37 501 45 63
Binary 10101111 1010011 10001111 0 110101 10010 11111 101000001 100101 110011

Color Harmonies of #AF538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF538F

Black with #AF538F

Text Example


Text Example

White with #AF538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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