Html Css Color HEX #AF5396 Mulberry

📋 copy color: '#AF5396'

red 175 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #AF5396

Tints of Mulberry #AF5396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 42.89%
G = 20.34%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5396 (or 0xAF5396) is known color: Mulberry. HEX triplet: AF, 53 and 96. RGB value is (175,83,150). Sum of RGB (Red+Green+Blue) = 175+83+150=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5396 is #50AC69. Grayscale: #757575. Windows color (decimal): -5287018 or 9851823. OLE color: 9851823.

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

Color convert

RGB 175 83 150 -
CMYK 0 0.53 0.14 0.31
HSL 316.3º 0.37% 0.51% -
HSV(B) 316.3º 0.53% 0.69% -
XYZ 26.28 17.5 30.85 -
YUV 118.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 175 83 150 0 0.53 0.14 0.31 316.3 0.37 0.51
Hex AF 53 96 0 35 E 1F 13C 25 33
Octal 257 123 226 0 65 16 37 474 45 63
Binary 10101111 1010011 10010110 0 110101 1110 11111 100111100 100101 110011

Color Harmonies of #AF5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5396

Black with #AF5396

Text Example


Text Example

White with #AF5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5396; }

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

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

background-color css

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

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

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

border-color css

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

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

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