Html Css Color HEX #AF5394 Mulberry

📋 copy color: '#AF5394'

red 175 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #AF5394

Tints of Mulberry #AF5394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 43.1%
G = 20.44%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF5394 (or 0xAF5394) is known color: Mulberry. HEX triplet: AF, 53 and 94. RGB value is (175,83,148). Sum of RGB (Red+Green+Blue) = 175+83+148=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5394 is #50AC6B. Grayscale: #757575. Windows color (decimal): -5287020 or 9720751. OLE color: 9720751.

HSL color Cylindrical-coordinate representation of color #AF5394: hue angle of 317.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5394 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 148 -
CMYK 0 0.53 0.15 0.31
HSL 317.61º 0.37% 0.51% -
HSV(B) 317.61º 0.53% 0.69% -
XYZ 26.12 17.44 30.01 -
YUV 117.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 175 83 148 0 0.53 0.15 0.31 317.61 0.37 0.51
Hex AF 53 94 0 35 F 1F 13E 25 33
Octal 257 123 224 0 65 17 37 476 45 63
Binary 10101111 1010011 10010100 0 110101 1111 11111 100111110 100101 110011

Color Harmonies of #AF5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5394

Black with #AF5394

Text Example


Text Example

White with #AF5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5394; }

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

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

background-color css

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

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

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

border-color css

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

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

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