Html Css Color HEX #AF5D91 Mulberry

📋 copy color: '#AF5D91'

red 175 ◦ green 93 ◦ blue 145

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

Shades of Mulberry #AF5D91

Tints of Mulberry #AF5D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

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

R = 42.37%
G = 22.52%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5D91 (or 0xAF5D91) is known color: Mulberry. HEX triplet: AF, 5D and 91. RGB value is (175,93,145). Sum of RGB (Red+Green+Blue) = 175+93+145=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D91 is #50A26E. Grayscale: #7B7B7B. Windows color (decimal): -5284463 or 9526703. OLE color: 9526703.

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

Color convert

RGB 175 93 145 -
CMYK 0 0.47 0.17 0.31
HSL 321.95º 0.34% 0.53% -
HSV(B) 321.95º 0.47% 0.69% -
XYZ 26.7 18.99 29.05 -
YUV 123.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 175 93 145 0 0.47 0.17 0.31 321.95 0.34 0.53
Hex AF 5D 91 0 2F 11 1F 142 22 35
Octal 257 135 221 0 57 21 37 502 42 65
Binary 10101111 1011101 10010001 0 101111 10001 11111 101000010 100010 110101

Color Harmonies of #AF5D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D91

Black with #AF5D91

Text Example


Text Example

White with #AF5D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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