Html Css Color HEX #AF498A Mulberry

📋 copy color: '#AF498A'

red 175 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #AF498A

Tints of Mulberry #AF498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 45.34%
G = 18.91%
B = 35.75%

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

#AF498A (or 0xAF498A) is known color: Mulberry. HEX triplet: AF, 49 and 8A. RGB value is (175,73,138). Sum of RGB (Red+Green+Blue) = 175+73+138=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF498A is #50B675. Grayscale: #6E6E6E. Windows color (decimal): -5289590 or 9062831. OLE color: 9062831.

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

Color convert

RGB 175 73 138 -
CMYK 0 0.58 0.21 0.31
HSL 321.76º 0.41% 0.49% -
HSV(B) 321.76º 0.58% 0.69% -
XYZ 24.65 15.71 25.78 -
YUV 110.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 175 73 138 0 0.58 0.21 0.31 321.76 0.41 0.49
Hex AF 49 8A 0 3A 15 1F 142 29 31
Octal 257 111 212 0 72 25 37 502 51 61
Binary 10101111 1001001 10001010 0 111010 10101 11111 101000010 101001 110001

Color Harmonies of #AF498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF498A

Black with #AF498A

Text Example


Text Example

White with #AF498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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