Html Css Color HEX #AF5B8C Mulberry

📋 copy color: '#AF5B8C'

red 175 ◦ green 91 ◦ blue 140

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

Shades of Mulberry #AF5B8C

Tints of Mulberry #AF5B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 43.1%
G = 22.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF5B8C (or 0xAF5B8C) is known color: Mulberry. HEX triplet: AF, 5B and 8C. RGB value is (175,91,140). Sum of RGB (Red+Green+Blue) = 175+91+140=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B8C is #50A473. Grayscale: #797979. Windows color (decimal): -5284980 or 9198511. OLE color: 9198511.

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

Color convert

RGB 175 91 140 -
CMYK 0 0.48 0.2 0.31
HSL 325º 0.34% 0.52% -
HSV(B) 325º 0.48% 0.69% -
XYZ 26.15 18.49 27 -
YUV 121.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 175 91 140 0 0.48 0.2 0.31 325 0.34 0.52
Hex AF 5B 8C 0 30 14 1F 145 22 34
Octal 257 133 214 0 60 24 37 505 42 64
Binary 10101111 1011011 10001100 0 110000 10100 11111 101000101 100010 110100

Color Harmonies of #AF5B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B8C

Black with #AF5B8C

Text Example


Text Example

White with #AF5B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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