Html Css Color HEX #AF488C Mulberry

📋 copy color: '#AF488C'

red 175 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #AF488C

Tints of Mulberry #AF488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 45.22%
G = 18.6%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF488C (or 0xAF488C) is known color: Mulberry. HEX triplet: AF, 48 and 8C. RGB value is (175,72,140). Sum of RGB (Red+Green+Blue) = 175+72+140=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF488C is #50B773. Grayscale: #6E6E6E. Windows color (decimal): -5289844 or 9193647. OLE color: 9193647.

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

Color convert

RGB 175 72 140 -
CMYK 0 0.59 0.2 0.31
HSL 320.39º 0.42% 0.48% -
HSV(B) 320.39º 0.59% 0.69% -
XYZ 24.73 15.64 26.53 -
YUV 110.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 175 72 140 0 0.59 0.2 0.31 320.39 0.42 0.48
Hex AF 48 8C 0 3B 14 1F 140 2A 30
Octal 257 110 214 0 73 24 37 500 52 60
Binary 10101111 1001000 10001100 0 111011 10100 11111 101000000 101010 110000

Color Harmonies of #AF488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF488C

Black with #AF488C

Text Example


Text Example

White with #AF488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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