Html Css Color HEX #AF4C90 Mulberry

📋 copy color: '#AF4C90'

red 175 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #AF4C90

Tints of Mulberry #AF4C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

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

R = 44.3%
G = 19.24%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF4C90 (or 0xAF4C90) is known color: Mulberry. HEX triplet: AF, 4C and 90. RGB value is (175,76,144). Sum of RGB (Red+Green+Blue) = 175+76+144=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C90 is #50B36F. Grayscale: #717171. Windows color (decimal): -5288816 or 9456815. OLE color: 9456815.

HSL color Cylindrical-coordinate representation of color #AF4C90: hue angle of 318.79º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C90 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 144 -
CMYK 0 0.57 0.18 0.31
HSL 318.79º 0.39% 0.49% -
HSV(B) 318.79º 0.57% 0.69% -
XYZ 25.3 16.3 28.2 -
YUV 113.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 175 76 144 0 0.57 0.18 0.31 318.79 0.39 0.49
Hex AF 4C 90 0 39 12 1F 13F 27 31
Octal 257 114 220 0 71 22 37 477 47 61
Binary 10101111 1001100 10010000 0 111001 10010 11111 100111111 100111 110001

Color Harmonies of #AF4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C90

Black with #AF4C90

Text Example


Text Example

White with #AF4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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