Html Css Color HEX #AF488E Mulberry

📋 copy color: '#AF488E'

red 175 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #AF488E

Tints of Mulberry #AF488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 44.99%
G = 18.51%
B = 36.5%

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

#AF488E (or 0xAF488E) is known color: Mulberry. HEX triplet: AF, 48 and 8E. RGB value is (175,72,142). Sum of RGB (Red+Green+Blue) = 175+72+142=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488E is #50B771. Grayscale: #6E6E6E. Windows color (decimal): -5289842 or 9324719. OLE color: 9324719.

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

Color convert

RGB 175 72 142 -
CMYK 0 0.59 0.19 0.31
HSL 319.22º 0.42% 0.48% -
HSV(B) 319.22º 0.59% 0.69% -
XYZ 24.88 15.7 27.31 -
YUV 110.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 175 72 142 0 0.59 0.19 0.31 319.22 0.42 0.48
Hex AF 48 8E 0 3B 13 1F 13F 2A 30
Octal 257 110 216 0 73 23 37 477 52 60
Binary 10101111 1001000 10001110 0 111011 10011 11111 100111111 101010 110000

Color Harmonies of #AF488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF488E

Black with #AF488E

Text Example


Text Example

White with #AF488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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