Html Css Color HEX #AF558B Mulberry

📋 copy color: '#AF558B'

red 175 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #AF558B

Tints of Mulberry #AF558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 43.86%
G = 21.3%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF558B (or 0xAF558B) is known color: Mulberry. HEX triplet: AF, 55 and 8B. RGB value is (175,85,139). Sum of RGB (Red+Green+Blue) = 175+85+139=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558B is #50AA74. Grayscale: #757575. Windows color (decimal): -5286517 or 9131439. OLE color: 9131439.

HSL color Cylindrical-coordinate representation of color #AF558B: hue angle of 324º 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 #AF558B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 139 -
CMYK 0 0.51 0.21 0.31
HSL 324º 0.36% 0.51% -
HSV(B) 324º 0.51% 0.69% -
XYZ 25.59 17.48 26.45 -
YUV 118.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 175 85 139 0 0.51 0.21 0.31 324 0.36 0.51
Hex AF 55 8B 0 33 15 1F 144 24 33
Octal 257 125 213 0 63 25 37 504 44 63
Binary 10101111 1010101 10001011 0 110011 10101 11111 101000100 100100 110011

Color Harmonies of #AF558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF558B

Black with #AF558B

Text Example


Text Example

White with #AF558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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