Html Css Color HEX #AF5085 Mulberry

📋 copy color: '#AF5085'

red 175 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #AF5085

Tints of Mulberry #AF5085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 45.1%
G = 20.62%
B = 34.28%

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

#AF5085 (or 0xAF5085) is known color: Mulberry. HEX triplet: AF, 50 and 85. RGB value is (175,80,133). Sum of RGB (Red+Green+Blue) = 175+80+133=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5085 is #50AF7A. Grayscale: #727272. Windows color (decimal): -5287803 or 8736943. OLE color: 8736943.

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

Color convert

RGB 175 80 133 -
CMYK 0 0.54 0.24 0.31
HSL 326.53º 0.37% 0.5% -
HSV(B) 326.53º 0.54% 0.69% -
XYZ 24.78 16.54 24.08 -
YUV 114.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 175 80 133 0 0.54 0.24 0.31 326.53 0.37 0.5
Hex AF 50 85 0 36 18 1F 147 25 32
Octal 257 120 205 0 66 30 37 507 45 62
Binary 10101111 1010000 10000101 0 110110 11000 11111 101000111 100101 110010

Color Harmonies of #AF5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5085

Black with #AF5085

Text Example


Text Example

White with #AF5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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