Html Css Color HEX #AF5185 Mulberry

📋 copy color: '#AF5185'

red 175 ◦ green 81 ◦ blue 133

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

Shades of Mulberry #AF5185

Tints of Mulberry #AF5185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 44.99%
G = 20.82%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF5185 (or 0xAF5185) is known color: Mulberry. HEX triplet: AF, 51 and 85. RGB value is (175,81,133). Sum of RGB (Red+Green+Blue) = 175+81+133=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5185 is #50AE7A. Grayscale: #727272. Windows color (decimal): -5287547 or 8737199. OLE color: 8737199.

HSL color Cylindrical-coordinate representation of color #AF5185: hue angle of 326.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5185 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 133 -
CMYK 0 0.54 0.24 0.31
HSL 326.81º 0.37% 0.5% -
HSV(B) 326.81º 0.54% 0.69% -
XYZ 24.86 16.69 24.1 -
YUV 115.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 175 81 133 0 0.54 0.24 0.31 326.81 0.37 0.5
Hex AF 51 85 0 36 18 1F 147 25 32
Octal 257 121 205 0 66 30 37 507 45 62
Binary 10101111 1010001 10000101 0 110110 11000 11111 101000111 100101 110010

Color Harmonies of #AF5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5185

Black with #AF5185

Text Example


Text Example

White with #AF5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5185; }

 p { color: rgb(175,81,133); }

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

background-color css

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

 a { background-color: rgb(175,81,133); }

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

border-color css

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

 span { border-color: rgb(175,81,133); }

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