Html Css Color HEX #AF5391 Mulberry

📋 copy color: '#AF5391'

red 175 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #AF5391

Tints of Mulberry #AF5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 43.42%
G = 20.6%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5391 (or 0xAF5391) is known color: Mulberry. HEX triplet: AF, 53 and 91. RGB value is (175,83,145). Sum of RGB (Red+Green+Blue) = 175+83+145=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5391 is #50AC6E. Grayscale: #757575. Windows color (decimal): -5287023 or 9524143. OLE color: 9524143.

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

Color convert

RGB 175 83 145 -
CMYK 0 0.53 0.17 0.31
HSL 319.57º 0.37% 0.51% -
HSV(B) 319.57º 0.53% 0.69% -
XYZ 25.88 17.34 28.77 -
YUV 117.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 175 83 145 0 0.53 0.17 0.31 319.57 0.37 0.51
Hex AF 53 91 0 35 11 1F 140 25 33
Octal 257 123 221 0 65 21 37 500 45 63
Binary 10101111 1010011 10010001 0 110101 10001 11111 101000000 100101 110011

Color Harmonies of #AF5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5391

Black with #AF5391

Text Example


Text Example

White with #AF5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5391; }

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

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

background-color css

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

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

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

border-color css

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

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

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