Html Css Color HEX #AF498F Mulberry

📋 copy color: '#AF498F'

red 175 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #AF498F

Tints of Mulberry #AF498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 44.76%
G = 18.67%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF498F (or 0xAF498F) is known color: Mulberry. HEX triplet: AF, 49 and 8F. RGB value is (175,73,143). Sum of RGB (Red+Green+Blue) = 175+73+143=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF498F is #50B670. Grayscale: #6F6F6F. Windows color (decimal): -5289585 or 9390511. OLE color: 9390511.

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

Color convert

RGB 175 73 143 -
CMYK 0 0.58 0.18 0.31
HSL 318.82º 0.41% 0.49% -
HSV(B) 318.82º 0.58% 0.69% -
XYZ 25.02 15.86 27.73 -
YUV 111.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 175 73 143 0 0.58 0.18 0.31 318.82 0.41 0.49
Hex AF 49 8F 0 3A 12 1F 13F 29 31
Octal 257 111 217 0 72 22 37 477 51 61
Binary 10101111 1001001 10001111 0 111010 10010 11111 100111111 101001 110001

Color Harmonies of #AF498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF498F

Black with #AF498F

Text Example


Text Example

White with #AF498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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