Html Css Color HEX #AF5B8E Mulberry

📋 copy color: '#AF5B8E'

red 175 ◦ green 91 ◦ blue 142

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

Shades of Mulberry #AF5B8E

Tints of Mulberry #AF5B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 42.89%
G = 22.3%
B = 34.8%

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

#AF5B8E (or 0xAF5B8E) is known color: Mulberry. HEX triplet: AF, 5B and 8E. RGB value is (175,91,142). Sum of RGB (Red+Green+Blue) = 175+91+142=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B8E is #50A471. Grayscale: #797979. Windows color (decimal): -5284978 or 9329583. OLE color: 9329583.

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

Color convert

RGB 175 91 142 -
CMYK 0 0.48 0.19 0.31
HSL 323.57º 0.34% 0.52% -
HSV(B) 323.57º 0.48% 0.69% -
XYZ 26.3 18.55 27.79 -
YUV 121.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 175 91 142 0 0.48 0.19 0.31 323.57 0.34 0.52
Hex AF 5B 8E 0 30 13 1F 144 22 34
Octal 257 133 216 0 60 23 37 504 42 64
Binary 10101111 1011011 10001110 0 110000 10011 11111 101000100 100010 110100

Color Harmonies of #AF5B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B8E

Black with #AF5B8E

Text Example


Text Example

White with #AF5B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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