Html Css Color HEX #AF5688 Mulberry

📋 copy color: '#AF5688'

red 175 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #AF5688

Tints of Mulberry #AF5688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 44.08%
G = 21.66%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5688 (or 0xAF5688) is known color: Mulberry. HEX triplet: AF, 56 and 88. RGB value is (175,86,136). Sum of RGB (Red+Green+Blue) = 175+86+136=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5688 is #50A977. Grayscale: #767676. Windows color (decimal): -5286264 or 8935087. OLE color: 8935087.

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

Color convert

RGB 175 86 136 -
CMYK 0 0.51 0.22 0.31
HSL 326.29º 0.36% 0.51% -
HSV(B) 326.29º 0.51% 0.69% -
XYZ 25.45 17.55 25.34 -
YUV 118.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 175 86 136 0 0.51 0.22 0.31 326.29 0.36 0.51
Hex AF 56 88 0 33 16 1F 146 24 33
Octal 257 126 210 0 63 26 37 506 44 63
Binary 10101111 1010110 10001000 0 110011 10110 11111 101000110 100100 110011

Color Harmonies of #AF5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5688

Black with #AF5688

Text Example


Text Example

White with #AF5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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