Html Css Color HEX #AF478D Mulberry

📋 copy color: '#AF478D'

red 175 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #AF478D

Tints of Mulberry #AF478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 45.22%
G = 18.35%
B = 36.43%

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

#AF478D (or 0xAF478D) is known color: Mulberry. HEX triplet: AF, 47 and 8D. RGB value is (175,71,141). Sum of RGB (Red+Green+Blue) = 175+71+141=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF478D is #50B872. Grayscale: #6D6D6D. Windows color (decimal): -5290099 or 9258927. OLE color: 9258927.

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

Color convert

RGB 175 71 141 -
CMYK 0 0.59 0.19 0.31
HSL 319.62º 0.42% 0.48% -
HSV(B) 319.62º 0.59% 0.69% -
XYZ 24.74 15.54 26.9 -
YUV 110.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 175 71 141 0 0.59 0.19 0.31 319.62 0.42 0.48
Hex AF 47 8D 0 3B 13 1F 140 2A 30
Octal 257 107 215 0 73 23 37 500 52 60
Binary 10101111 1000111 10001101 0 111011 10011 11111 101000000 101010 110000

Color Harmonies of #AF478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF478D

Black with #AF478D

Text Example


Text Example

White with #AF478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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