Html Css Color HEX #AF5590 Mulberry

📋 copy color: '#AF5590'

red 175 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #AF5590

Tints of Mulberry #AF5590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

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

R = 43.32%
G = 21.04%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF5590 (or 0xAF5590) is known color: Mulberry. HEX triplet: AF, 55 and 90. RGB value is (175,85,144). Sum of RGB (Red+Green+Blue) = 175+85+144=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5590 is #50AA6F. Grayscale: #767676. Windows color (decimal): -5286512 or 9459119. OLE color: 9459119.

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

Color convert

RGB 175 85 144 -
CMYK 0 0.51 0.18 0.31
HSL 320.67º 0.36% 0.51% -
HSV(B) 320.67º 0.51% 0.69% -
XYZ 25.96 17.62 28.42 -
YUV 118.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 175 85 144 0 0.51 0.18 0.31 320.67 0.36 0.51
Hex AF 55 90 0 33 12 1F 141 24 33
Octal 257 125 220 0 63 22 37 501 44 63
Binary 10101111 1010101 10010000 0 110011 10010 11111 101000001 100100 110011

Color Harmonies of #AF5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5590

Black with #AF5590

Text Example


Text Example

White with #AF5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5590; }

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

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

background-color css

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

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

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

border-color css

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

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

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