Html Css Color HEX #AF5591 Mulberry

📋 copy color: '#AF5591'

red 175 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #AF5591

Tints of Mulberry #AF5591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 43.21%
G = 20.99%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5591 (or 0xAF5591) is known color: Mulberry. HEX triplet: AF, 55 and 91. RGB value is (175,85,145). Sum of RGB (Red+Green+Blue) = 175+85+145=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5591 is #50AA6E. Grayscale: #767676. Windows color (decimal): -5286511 or 9524655. OLE color: 9524655.

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

Color convert

RGB 175 85 145 -
CMYK 0 0.51 0.17 0.31
HSL 320º 0.36% 0.51% -
HSV(B) 320º 0.51% 0.69% -
XYZ 26.04 17.66 28.82 -
YUV 118.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 175 85 145 0 0.51 0.17 0.31 320 0.36 0.51
Hex AF 55 91 0 33 11 1F 140 24 33
Octal 257 125 221 0 63 21 37 500 44 63
Binary 10101111 1010101 10010001 0 110011 10001 11111 101000000 100100 110011

Color Harmonies of #AF5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5591

Black with #AF5591

Text Example


Text Example

White with #AF5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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