Html Css Color HEX #AF5B8A Mulberry

📋 copy color: '#AF5B8A'

red 175 ◦ green 91 ◦ blue 138

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

Shades of Mulberry #AF5B8A

Tints of Mulberry #AF5B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 43.32%
G = 22.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF5B8A (or 0xAF5B8A) is known color: Mulberry. HEX triplet: AF, 5B and 8A. RGB value is (175,91,138). Sum of RGB (Red+Green+Blue) = 175+91+138=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B8A is #50A475. Grayscale: #797979. Windows color (decimal): -5284982 or 9067439. OLE color: 9067439.

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

Color convert

RGB 175 91 138 -
CMYK 0 0.48 0.21 0.31
HSL 326.43º 0.34% 0.52% -
HSV(B) 326.43º 0.48% 0.69% -
XYZ 26.01 18.43 26.23 -
YUV 121.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 175 91 138 0 0.48 0.21 0.31 326.43 0.34 0.52
Hex AF 5B 8A 0 30 15 1F 146 22 34
Octal 257 133 212 0 60 25 37 506 42 64
Binary 10101111 1011011 10001010 0 110000 10101 11111 101000110 100010 110100

Color Harmonies of #AF5B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B8A

Black with #AF5B8A

Text Example


Text Example

White with #AF5B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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