Html Css Color HEX #AF5390 Mulberry

📋 copy color: '#AF5390'

red 175 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #AF5390

Tints of Mulberry #AF5390

RGB

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

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

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

R = 43.53%
G = 20.65%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF5390 (or 0xAF5390) is known color: Mulberry. HEX triplet: AF, 53 and 90. RGB value is (175,83,144). Sum of RGB (Red+Green+Blue) = 175+83+144=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5390 is #50AC6F. Grayscale: #757575. Windows color (decimal): -5287024 or 9458607. OLE color: 9458607.

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

Color convert

RGB 175 83 144 -
CMYK 0 0.53 0.18 0.31
HSL 320.22º 0.37% 0.51% -
HSV(B) 320.22º 0.53% 0.69% -
XYZ 25.81 17.31 28.37 -
YUV 117.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 175 83 144 0 0.53 0.18 0.31 320.22 0.37 0.51
Hex AF 53 90 0 35 12 1F 140 25 33
Octal 257 123 220 0 65 22 37 500 45 63
Binary 10101111 1010011 10010000 0 110101 10010 11111 101000000 100101 110011

Color Harmonies of #AF5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5390

Black with #AF5390

Text Example


Text Example

White with #AF5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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