Html Css Color HEX #AF558F Mulberry

📋 copy color: '#AF558F'

red 175 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #AF558F

Tints of Mulberry #AF558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 43.42%
G = 21.09%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF558F (or 0xAF558F) is known color: Mulberry. HEX triplet: AF, 55 and 8F. RGB value is (175,85,143). Sum of RGB (Red+Green+Blue) = 175+85+143=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558F is #50AA70. Grayscale: #767676. Windows color (decimal): -5286513 or 9393583. OLE color: 9393583.

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

Color convert

RGB 175 85 143 -
CMYK 0 0.51 0.18 0.31
HSL 321.33º 0.36% 0.51% -
HSV(B) 321.33º 0.51% 0.69% -
XYZ 25.89 17.59 28.02 -
YUV 118.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 175 85 143 0 0.51 0.18 0.31 321.33 0.36 0.51
Hex AF 55 8F 0 33 12 1F 141 24 33
Octal 257 125 217 0 63 22 37 501 44 63
Binary 10101111 1010101 10001111 0 110011 10010 11111 101000001 100100 110011

Color Harmonies of #AF558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF558F

Black with #AF558F

Text Example


Text Example

White with #AF558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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