Html Css Color HEX #AF488F Mulberry

📋 copy color: '#AF488F'

red 175 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #AF488F

Tints of Mulberry #AF488F

RGB

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

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

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

R = 44.87%
G = 18.46%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF488F (or 0xAF488F) is known color: Mulberry. HEX triplet: AF, 48 and 8F. RGB value is (175,72,143). Sum of RGB (Red+Green+Blue) = 175+72+143=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488F is #50B770. Grayscale: #6E6E6E. Windows color (decimal): -5289841 or 9390255. OLE color: 9390255.

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

Color convert

RGB 175 72 143 -
CMYK 0 0.59 0.18 0.31
HSL 318.64º 0.42% 0.48% -
HSV(B) 318.64º 0.59% 0.69% -
XYZ 24.95 15.73 27.71 -
YUV 110.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 175 72 143 0 0.59 0.18 0.31 318.64 0.42 0.48
Hex AF 48 8F 0 3B 12 1F 13F 2A 30
Octal 257 110 217 0 73 22 37 477 52 60
Binary 10101111 1001000 10001111 0 111011 10010 11111 100111111 101010 110000

Color Harmonies of #AF488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF488F

Black with #AF488F

Text Example


Text Example

White with #AF488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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