Html Css Color HEX #AF5886 Mulberry

📋 copy color: '#AF5886'

red 175 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #AF5886

Tints of Mulberry #AF5886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 44.08%
G = 22.17%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5886 (or 0xAF5886) is known color: Mulberry. HEX triplet: AF, 58 and 86. RGB value is (175,88,134). Sum of RGB (Red+Green+Blue) = 175+88+134=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5886 is #50A779. Grayscale: #777777. Windows color (decimal): -5285754 or 8804527. OLE color: 8804527.

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

Color convert

RGB 175 88 134 -
CMYK 0 0.50 0.23 0.31
HSL 328.28º 0.35% 0.52% -
HSV(B) 328.28º 0.5% 0.69% -
XYZ 25.47 17.81 24.65 -
YUV 119.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 175 88 134 0 0.50 0.23 0.31 328.28 0.35 0.52
Hex AF 58 86 0 32 17 1F 148 23 34
Octal 257 130 206 0 62 27 37 510 43 64
Binary 10101111 1011000 10000110 0 110010 10111 11111 101001000 100011 110100

Color Harmonies of #AF5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5886

Black with #AF5886

Text Example


Text Example

White with #AF5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5886; }

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

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

background-color css

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

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

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

border-color css

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

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

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