Html Css Color HEX #AF5690 Mulberry

📋 copy color: '#AF5690'

red 175 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #AF5690

Tints of Mulberry #AF5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 43.21%
G = 21.23%
B = 35.56%

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

#AF5690 (or 0xAF5690) is known color: Mulberry. HEX triplet: AF, 56 and 90. RGB value is (175,86,144). Sum of RGB (Red+Green+Blue) = 175+86+144=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5690 is #50A96F. Grayscale: #777777. Windows color (decimal): -5286256 or 9459375. OLE color: 9459375.

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

Color convert

RGB 175 86 144 -
CMYK 0 0.51 0.18 0.31
HSL 320.9º 0.36% 0.51% -
HSV(B) 320.9º 0.51% 0.69% -
XYZ 26.04 17.78 28.45 -
YUV 119.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 175 86 144 0 0.51 0.18 0.31 320.9 0.36 0.51
Hex AF 56 90 0 33 12 1F 141 24 33
Octal 257 126 220 0 63 22 37 501 44 63
Binary 10101111 1010110 10010000 0 110011 10010 11111 101000001 100100 110011

Color Harmonies of #AF5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5690

Black with #AF5690

Text Example


Text Example

White with #AF5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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