Html Css Color HEX #AF5287 Mulberry

📋 copy color: '#AF5287'

red 175 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #AF5287

Tints of Mulberry #AF5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 44.64%
G = 20.92%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF5287 (or 0xAF5287) is known color: Mulberry. HEX triplet: AF, 52 and 87. RGB value is (175,82,135). Sum of RGB (Red+Green+Blue) = 175+82+135=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5287 is #50AD78. Grayscale: #737373. Windows color (decimal): -5287289 or 8868527. OLE color: 8868527.

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

Color convert

RGB 175 82 135 -
CMYK 0 0.53 0.23 0.31
HSL 325.81º 0.37% 0.5% -
HSV(B) 325.81º 0.53% 0.69% -
XYZ 25.07 16.9 24.86 -
YUV 115.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 175 82 135 0 0.53 0.23 0.31 325.81 0.37 0.5
Hex AF 52 87 0 35 17 1F 146 25 32
Octal 257 122 207 0 65 27 37 506 45 62
Binary 10101111 1010010 10000111 0 110101 10111 11111 101000110 100101 110010

Color Harmonies of #AF5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5287

Black with #AF5287

Text Example


Text Example

White with #AF5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5287; }

 p { color: rgb(175,82,135); }

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

background-color css

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

 a { background-color: rgb(175,82,135); }

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

border-color css

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

 span { border-color: rgb(175,82,135); }

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