Html Css Color HEX #AF5B91 Mulberry

📋 copy color: '#AF5B91'

red 175 ◦ green 91 ◦ blue 145

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

Shades of Mulberry #AF5B91

Tints of Mulberry #AF5B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 42.58%
G = 22.14%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5B91 (or 0xAF5B91) is known color: Mulberry. HEX triplet: AF, 5B and 91. RGB value is (175,91,145). Sum of RGB (Red+Green+Blue) = 175+91+145=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B91 is #50A46E. Grayscale: #7A7A7A. Windows color (decimal): -5284975 or 9526191. OLE color: 9526191.

HSL color Cylindrical-coordinate representation of color #AF5B91: hue angle of 321.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5B91 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 145 -
CMYK 0 0.48 0.17 0.31
HSL 321.43º 0.34% 0.52% -
HSV(B) 321.43º 0.48% 0.69% -
XYZ 26.53 18.64 28.99 -
YUV 122.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 175 91 145 0 0.48 0.17 0.31 321.43 0.34 0.52
Hex AF 5B 91 0 30 11 1F 141 22 34
Octal 257 133 221 0 60 21 37 501 42 64
Binary 10101111 1011011 10010001 0 110000 10001 11111 101000001 100010 110100

Color Harmonies of #AF5B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B91

Black with #AF5B91

Text Example


Text Example

White with #AF5B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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