Html Css Color HEX #AF498B Mulberry

📋 copy color: '#AF498B'

red 175 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #AF498B

Tints of Mulberry #AF498B

RGB

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

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

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

R = 45.22%
G = 18.86%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF498B (or 0xAF498B) is known color: Mulberry. HEX triplet: AF, 49 and 8B. RGB value is (175,73,139). Sum of RGB (Red+Green+Blue) = 175+73+139=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF498B is #50B674. Grayscale: #6E6E6E. Windows color (decimal): -5289589 or 9128367. OLE color: 9128367.

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

Color convert

RGB 175 73 139 -
CMYK 0 0.58 0.21 0.31
HSL 321.18º 0.41% 0.49% -
HSV(B) 321.18º 0.58% 0.69% -
XYZ 24.72 15.74 26.16 -
YUV 111.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 175 73 139 0 0.58 0.21 0.31 321.18 0.41 0.49
Hex AF 49 8B 0 3A 15 1F 141 29 31
Octal 257 111 213 0 72 25 37 501 51 61
Binary 10101111 1001001 10001011 0 111010 10101 11111 101000001 101001 110001

Color Harmonies of #AF498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF498B

Black with #AF498B

Text Example


Text Example

White with #AF498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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