Html Css Color HEX #AF5392 Mulberry

📋 copy color: '#AF5392'

red 175 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #AF5392

Tints of Mulberry #AF5392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 43.32%
G = 20.54%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5392 (or 0xAF5392) is known color: Mulberry. HEX triplet: AF, 53 and 92. RGB value is (175,83,146). Sum of RGB (Red+Green+Blue) = 175+83+146=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5392 is #50AC6D. Grayscale: #757575. Windows color (decimal): -5287022 or 9589679. OLE color: 9589679.

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

Color convert

RGB 175 83 146 -
CMYK 0 0.53 0.17 0.31
HSL 318.91º 0.37% 0.51% -
HSV(B) 318.91º 0.53% 0.69% -
XYZ 25.96 17.38 29.18 -
YUV 117.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 175 83 146 0 0.53 0.17 0.31 318.91 0.37 0.51
Hex AF 53 92 0 35 11 1F 13F 25 33
Octal 257 123 222 0 65 21 37 477 45 63
Binary 10101111 1010011 10010010 0 110101 10001 11111 100111111 100101 110011

Color Harmonies of #AF5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5392

Black with #AF5392

Text Example


Text Example

White with #AF5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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