Html Css Color HEX #AF4992 Mulberry

📋 copy color: '#AF4992'

red 175 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #AF4992

Tints of Mulberry #AF4992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 44.42%
G = 18.53%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF4992 (or 0xAF4992) is known color: Mulberry. HEX triplet: AF, 49 and 92. RGB value is (175,73,146). Sum of RGB (Red+Green+Blue) = 175+73+146=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4992 is #50B66D. Grayscale: #6F6F6F. Windows color (decimal): -5289582 or 9587119. OLE color: 9587119.

HSL color Cylindrical-coordinate representation of color #AF4992: hue angle of 317.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4992 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 146 -
CMYK 0 0.58 0.17 0.31
HSL 317.06º 0.41% 0.49% -
HSV(B) 317.06º 0.58% 0.69% -
XYZ 25.25 15.95 28.94 -
YUV 111.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 175 73 146 0 0.58 0.17 0.31 317.06 0.41 0.49
Hex AF 49 92 0 3A 11 1F 13D 29 31
Octal 257 111 222 0 72 21 37 475 51 61
Binary 10101111 1001001 10010010 0 111010 10001 11111 100111101 101001 110001

Color Harmonies of #AF4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4992

Black with #AF4992

Text Example


Text Example

White with #AF4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4992; }

 p { color: rgb(175,73,146); }

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

background-color css

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

 a { background-color: rgb(175,73,146); }

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

border-color css

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

 span { border-color: rgb(175,73,146); }

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