Html Css Color HEX #AF4E8D Mulberry

📋 copy color: '#AF4E8D'

red 175 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #AF4E8D

Tints of Mulberry #AF4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

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

R = 44.42%
G = 19.8%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF4E8D (or 0xAF4E8D) is known color: Mulberry. HEX triplet: AF, 4E and 8D. RGB value is (175,78,141). Sum of RGB (Red+Green+Blue) = 175+78+141=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E8D is #50B172. Grayscale: #727272. Windows color (decimal): -5288307 or 9260719. OLE color: 9260719.

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

Color convert

RGB 175 78 141 -
CMYK 0 0.55 0.19 0.31
HSL 321.03º 0.38% 0.5% -
HSV(B) 321.03º 0.55% 0.69% -
XYZ 25.21 16.49 27.05 -
YUV 114.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 175 78 141 0 0.55 0.19 0.31 321.03 0.38 0.5
Hex AF 4E 8D 0 37 13 1F 141 26 32
Octal 257 116 215 0 67 23 37 501 46 62
Binary 10101111 1001110 10001101 0 110111 10011 11111 101000001 100110 110010

Color Harmonies of #AF4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E8D

Black with #AF4E8D

Text Example


Text Example

White with #AF4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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