Html Css Color HEX #AF5385 Mulberry

📋 copy color: '#AF5385'

red 175 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #AF5385

Tints of Mulberry #AF5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 44.76%
G = 21.23%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF5385 (or 0xAF5385) is known color: Mulberry. HEX triplet: AF, 53 and 85. RGB value is (175,83,133). Sum of RGB (Red+Green+Blue) = 175+83+133=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5385 is #50AC7A. Grayscale: #747474. Windows color (decimal): -5287035 or 8737711. OLE color: 8737711.

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

Color convert

RGB 175 83 133 -
CMYK 0 0.53 0.24 0.31
HSL 327.39º 0.37% 0.51% -
HSV(B) 327.39º 0.53% 0.69% -
XYZ 25.01 16.99 24.15 -
YUV 116.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 175 83 133 0 0.53 0.24 0.31 327.39 0.37 0.51
Hex AF 53 85 0 35 18 1F 147 25 33
Octal 257 123 205 0 65 30 37 507 45 63
Binary 10101111 1010011 10000101 0 110101 11000 11111 101000111 100101 110011

Color Harmonies of #AF5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5385

Black with #AF5385

Text Example


Text Example

White with #AF5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5385; }

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

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

background-color css

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

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

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

border-color css

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

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

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