Html Css Color HEX #AF4E90 Mulberry

📋 copy color: '#AF4E90'

red 175 ◦ green 78 ◦ blue 144

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

Shades of Mulberry #AF4E90

Tints of Mulberry #AF4E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 44.08%
G = 19.65%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF4E90 (or 0xAF4E90) is known color: Mulberry. HEX triplet: AF, 4E and 90. RGB value is (175,78,144). Sum of RGB (Red+Green+Blue) = 175+78+144=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E90 is #50B16F. Grayscale: #727272. Windows color (decimal): -5288304 or 9457327. OLE color: 9457327.

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

Color convert

RGB 175 78 144 -
CMYK 0 0.55 0.18 0.31
HSL 319.18º 0.38% 0.5% -
HSV(B) 319.18º 0.55% 0.69% -
XYZ 25.44 16.58 28.24 -
YUV 114.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 175 78 144 0 0.55 0.18 0.31 319.18 0.38 0.5
Hex AF 4E 90 0 37 12 1F 13F 26 32
Octal 257 116 220 0 67 22 37 477 46 62
Binary 10101111 1001110 10010000 0 110111 10010 11111 100111111 100110 110010

Color Harmonies of #AF4E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E90

Black with #AF4E90

Text Example


Text Example

White with #AF4E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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