Html Css Color HEX #AF5894 Mulberry

📋 copy color: '#AF5894'

red 175 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #AF5894

Tints of Mulberry #AF5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 42.58%
G = 21.41%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF5894 (or 0xAF5894) is known color: Mulberry. HEX triplet: AF, 58 and 94. RGB value is (175,88,148). Sum of RGB (Red+Green+Blue) = 175+88+148=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5894 is #50A76B. Grayscale: #787878. Windows color (decimal): -5285740 or 9722031. OLE color: 9722031.

HSL color Cylindrical-coordinate representation of color #AF5894: hue angle of 318.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5894 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 148 -
CMYK 0 0.50 0.15 0.31
HSL 318.62º 0.35% 0.52% -
HSV(B) 318.62º 0.5% 0.69% -
XYZ 26.51 18.23 30.14 -
YUV 120.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 175 88 148 0 0.50 0.15 0.31 318.62 0.35 0.52
Hex AF 58 94 0 32 F 1F 13F 23 34
Octal 257 130 224 0 62 17 37 477 43 64
Binary 10101111 1011000 10010100 0 110010 1111 11111 100111111 100011 110100

Color Harmonies of #AF5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5894

Black with #AF5894

Text Example


Text Example

White with #AF5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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