Html Css Color HEX #AF548E Mulberry

📋 copy color: '#AF548E'

red 175 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #AF548E

Tints of Mulberry #AF548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 43.64%
G = 20.95%
B = 35.41%

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

#AF548E (or 0xAF548E) is known color: Mulberry. HEX triplet: AF, 54 and 8E. RGB value is (175,84,142). Sum of RGB (Red+Green+Blue) = 175+84+142=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548E is #50AB71. Grayscale: #757575. Windows color (decimal): -5286770 or 9327791. OLE color: 9327791.

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

Color convert

RGB 175 84 142 -
CMYK 0 0.52 0.19 0.31
HSL 321.76º 0.36% 0.51% -
HSV(B) 321.76º 0.52% 0.69% -
XYZ 25.73 17.41 27.59 -
YUV 117.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 175 84 142 0 0.52 0.19 0.31 321.76 0.36 0.51
Hex AF 54 8E 0 34 13 1F 142 24 33
Octal 257 124 216 0 64 23 37 502 44 63
Binary 10101111 1010100 10001110 0 110100 10011 11111 101000010 100100 110011

Color Harmonies of #AF548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF548E

Black with #AF548E

Text Example


Text Example

White with #AF548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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