Html Css Color HEX #AF4E94 Mulberry

📋 copy color: '#AF4E94'

red 175 ◦ green 78 ◦ blue 148

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

Shades of Mulberry #AF4E94

Tints of Mulberry #AF4E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 43.64%
G = 19.45%
B = 36.91%

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

#AF4E94 (or 0xAF4E94) is known color: Mulberry. HEX triplet: AF, 4E and 94. RGB value is (175,78,148). Sum of RGB (Red+Green+Blue) = 175+78+148=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E94 is #50B16B. Grayscale: #727272. Windows color (decimal): -5288300 or 9719471. OLE color: 9719471.

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

Color convert

RGB 175 78 148 -
CMYK 0 0.55 0.15 0.31
HSL 316.7º 0.38% 0.5% -
HSV(B) 316.7º 0.55% 0.69% -
XYZ 25.75 16.7 29.88 -
YUV 114.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 175 78 148 0 0.55 0.15 0.31 316.7 0.38 0.5
Hex AF 4E 94 0 37 F 1F 13D 26 32
Octal 257 116 224 0 67 17 37 475 46 62
Binary 10101111 1001110 10010100 0 110111 1111 11111 100111101 100110 110010

Color Harmonies of #AF4E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E94

Black with #AF4E94

Text Example


Text Example

White with #AF4E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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