Html Css Color HEX #AF5089 Mulberry

📋 copy color: '#AF5089'

red 175 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #AF5089

Tints of Mulberry #AF5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 44.64%
G = 20.41%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5089 (or 0xAF5089) is known color: Mulberry. HEX triplet: AF, 50 and 89. RGB value is (175,80,137). Sum of RGB (Red+Green+Blue) = 175+80+137=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5089 is #50AF76. Grayscale: #727272. Windows color (decimal): -5287799 or 8999087. OLE color: 8999087.

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

Color convert

RGB 175 80 137 -
CMYK 0 0.54 0.22 0.31
HSL 324º 0.37% 0.5% -
HSV(B) 324º 0.54% 0.69% -
XYZ 25.06 16.66 25.56 -
YUV 114.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 175 80 137 0 0.54 0.22 0.31 324 0.37 0.5
Hex AF 50 89 0 36 16 1F 144 25 32
Octal 257 120 211 0 66 26 37 504 45 62
Binary 10101111 1010000 10001001 0 110110 10110 11111 101000100 100101 110010

Color Harmonies of #AF5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5089

Black with #AF5089

Text Example


Text Example

White with #AF5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5089; }

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

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

background-color css

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

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

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

border-color css

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

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

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