Html Css Color HEX #AF4E95 Mulberry

📋 copy color: '#AF4E95'

red 175 ◦ green 78 ◦ blue 149

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

Shades of Mulberry #AF4E95

Tints of Mulberry #AF4E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 43.53%
G = 19.4%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF4E95 (or 0xAF4E95) is known color: Mulberry. HEX triplet: AF, 4E and 95. RGB value is (175,78,149). Sum of RGB (Red+Green+Blue) = 175+78+149=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E95 is #50B16A. Grayscale: #727272. Windows color (decimal): -5288299 or 9785007. OLE color: 9785007.

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

Color convert

RGB 175 78 149 -
CMYK 0 0.55 0.15 0.31
HSL 316.08º 0.38% 0.5% -
HSV(B) 316.08º 0.55% 0.69% -
XYZ 25.83 16.73 30.3 -
YUV 115.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 175 78 149 0 0.55 0.15 0.31 316.08 0.38 0.5
Hex AF 4E 95 0 37 F 1F 13C 26 32
Octal 257 116 225 0 67 17 37 474 46 62
Binary 10101111 1001110 10010101 0 110111 1111 11111 100111100 100110 110010

Color Harmonies of #AF4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E95

Black with #AF4E95

Text Example


Text Example

White with #AF4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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