Html Css Color HEX #AF5389 Mulberry

📋 copy color: '#AF5389'

red 175 ◦ green 83 ◦ blue 137

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

Shades of Mulberry #AF5389

Tints of Mulberry #AF5389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 44.3%
G = 21.01%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5389 (or 0xAF5389) is known color: Mulberry. HEX triplet: AF, 53 and 89. RGB value is (175,83,137). Sum of RGB (Red+Green+Blue) = 175+83+137=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5389 is #50AC76. Grayscale: #747474. Windows color (decimal): -5287031 or 8999855. OLE color: 8999855.

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

Color convert

RGB 175 83 137 -
CMYK 0 0.53 0.22 0.31
HSL 324.78º 0.37% 0.51% -
HSV(B) 324.78º 0.53% 0.69% -
XYZ 25.29 17.11 25.64 -
YUV 116.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 175 83 137 0 0.53 0.22 0.31 324.78 0.37 0.51
Hex AF 53 89 0 35 16 1F 145 25 33
Octal 257 123 211 0 65 26 37 505 45 63
Binary 10101111 1010011 10001001 0 110101 10110 11111 101000101 100101 110011

Color Harmonies of #AF5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5389

Black with #AF5389

Text Example


Text Example

White with #AF5389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5389; }

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

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

background-color css

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

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

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

border-color css

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

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

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