Html Css Color HEX #AF548B Mulberry

📋 copy color: '#AF548B'

red 175 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #AF548B

Tints of Mulberry #AF548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 43.97%
G = 21.11%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF548B (or 0xAF548B) is known color: Mulberry. HEX triplet: AF, 54 and 8B. RGB value is (175,84,139). Sum of RGB (Red+Green+Blue) = 175+84+139=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF548B is #50AB74. Grayscale: #757575. Windows color (decimal): -5286773 or 9131183. OLE color: 9131183.

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

Color convert

RGB 175 84 139 -
CMYK 0 0.52 0.21 0.31
HSL 323.74º 0.36% 0.51% -
HSV(B) 323.74º 0.52% 0.69% -
XYZ 25.51 17.32 26.42 -
YUV 117.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 175 84 139 0 0.52 0.21 0.31 323.74 0.36 0.51
Hex AF 54 8B 0 34 15 1F 144 24 33
Octal 257 124 213 0 64 25 37 504 44 63
Binary 10101111 1010100 10001011 0 110100 10101 11111 101000100 100100 110011

Color Harmonies of #AF548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF548B

Black with #AF548B

Text Example


Text Example

White with #AF548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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