Html Css Color HEX #AF5890 Mulberry

📋 copy color: '#AF5890'

red 175 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #AF5890

Tints of Mulberry #AF5890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 43%
G = 21.62%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF5890 (or 0xAF5890) is known color: Mulberry. HEX triplet: AF, 58 and 90. RGB value is (175,88,144). Sum of RGB (Red+Green+Blue) = 175+88+144=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5890 is #50A76F. Grayscale: #787878. Windows color (decimal): -5285744 or 9459887. OLE color: 9459887.

HSL color Cylindrical-coordinate representation of color #AF5890: hue angle of 321.38º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5890 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 144 -
CMYK 0 0.50 0.18 0.31
HSL 321.38º 0.35% 0.52% -
HSV(B) 321.38º 0.5% 0.69% -
XYZ 26.2 18.11 28.5 -
YUV 120.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 175 88 144 0 0.50 0.18 0.31 321.38 0.35 0.52
Hex AF 58 90 0 32 12 1F 141 23 34
Octal 257 130 220 0 62 22 37 501 43 64
Binary 10101111 1011000 10010000 0 110010 10010 11111 101000001 100011 110100

Color Harmonies of #AF5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5890

Black with #AF5890

Text Example


Text Example

White with #AF5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5890; }

 p { color: rgb(175,88,144); }

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

background-color css

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

 a { background-color: rgb(175,88,144); }

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

border-color css

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

 span { border-color: rgb(175,88,144); }

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