Html Css Color HEX #AF488D Mulberry

📋 copy color: '#AF488D'

red 175 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #AF488D

Tints of Mulberry #AF488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 45.1%
G = 18.56%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF488D (or 0xAF488D) is known color: Mulberry. HEX triplet: AF, 48 and 8D. RGB value is (175,72,141). Sum of RGB (Red+Green+Blue) = 175+72+141=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488D is #50B772. Grayscale: #6E6E6E. Windows color (decimal): -5289843 or 9259183. OLE color: 9259183.

HSL color Cylindrical-coordinate representation of color #AF488D: hue angle of 319.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF488D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 141 -
CMYK 0 0.59 0.19 0.31
HSL 319.81º 0.42% 0.48% -
HSV(B) 319.81º 0.59% 0.69% -
XYZ 24.8 15.67 26.92 -
YUV 110.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 175 72 141 0 0.59 0.19 0.31 319.81 0.42 0.48
Hex AF 48 8D 0 3B 13 1F 140 2A 30
Octal 257 110 215 0 73 23 37 500 52 60
Binary 10101111 1001000 10001101 0 111011 10011 11111 101000000 101010 110000

Color Harmonies of #AF488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF488D

Black with #AF488D

Text Example


Text Example

White with #AF488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF488D; }

 p { color: rgb(175,72,141); }

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

background-color css

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

 a { background-color: rgb(175,72,141); }

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

border-color css

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

 span { border-color: rgb(175,72,141); }

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