Html Css Color HEX #AF548D Mulberry

📋 copy color: '#AF548D'

red 175 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #AF548D

Tints of Mulberry #AF548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 43.75%
G = 21%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF548D (or 0xAF548D) is known color: Mulberry. HEX triplet: AF, 54 and 8D. RGB value is (175,84,141). Sum of RGB (Red+Green+Blue) = 175+84+141=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548D is #50AB72. Grayscale: #757575. Windows color (decimal): -5286771 or 9262255. OLE color: 9262255.

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

Color convert

RGB 175 84 141 -
CMYK 0 0.52 0.19 0.31
HSL 322.42º 0.36% 0.51% -
HSV(B) 322.42º 0.52% 0.69% -
XYZ 25.66 17.38 27.2 -
YUV 117.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 175 84 141 0 0.52 0.19 0.31 322.42 0.36 0.51
Hex AF 54 8D 0 34 13 1F 142 24 33
Octal 257 124 215 0 64 23 37 502 44 63
Binary 10101111 1010100 10001101 0 110100 10011 11111 101000010 100100 110011

Color Harmonies of #AF548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF548D

Black with #AF548D

Text Example


Text Example

White with #AF548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF548D; }

 p { color: rgb(175,84,141); }

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

background-color css

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

 a { background-color: rgb(175,84,141); }

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

border-color css

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

 span { border-color: rgb(175,84,141); }

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