Html Css Color HEX #AF5B8D Mulberry

📋 copy color: '#AF5B8D'

red 175 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #AF5B8D

Tints of Mulberry #AF5B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 43%
G = 22.36%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF5B8D (or 0xAF5B8D) is known color: Mulberry. HEX triplet: AF, 5B and 8D. RGB value is (175,91,141). Sum of RGB (Red+Green+Blue) = 175+91+141=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B8D is #50A472. Grayscale: #797979. Windows color (decimal): -5284979 or 9264047. OLE color: 9264047.

HSL color Cylindrical-coordinate representation of color #AF5B8D: hue angle of 324.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5B8D is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 141 -
CMYK 0 0.48 0.19 0.31
HSL 324.29º 0.34% 0.52% -
HSV(B) 324.29º 0.48% 0.69% -
XYZ 26.23 18.52 27.39 -
YUV 121.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 175 91 141 0 0.48 0.19 0.31 324.29 0.34 0.52
Hex AF 5B 8D 0 30 13 1F 144 22 34
Octal 257 133 215 0 60 23 37 504 42 64
Binary 10101111 1011011 10001101 0 110000 10011 11111 101000100 100010 110100

Color Harmonies of #AF5B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B8D

Black with #AF5B8D

Text Example


Text Example

White with #AF5B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B8D; }

 p { color: rgb(175,91,141); }

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

background-color css

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

 a { background-color: rgb(175,91,141); }

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

border-color css

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

 span { border-color: rgb(175,91,141); }

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