Html Css Color HEX #AF5492 Mulberry

📋 copy color: '#AF5492'

red 175 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #AF5492

Tints of Mulberry #AF5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 43.21%
G = 20.74%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5492 (or 0xAF5492) is known color: Mulberry. HEX triplet: AF, 54 and 92. RGB value is (175,84,146). Sum of RGB (Red+Green+Blue) = 175+84+146=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5492 is #50AB6D. Grayscale: #767676. Windows color (decimal): -5286766 or 9589935. OLE color: 9589935.

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

Color convert

RGB 175 84 146 -
CMYK 0 0.52 0.17 0.31
HSL 319.12º 0.36% 0.51% -
HSV(B) 319.12º 0.52% 0.69% -
XYZ 26.04 17.53 29.21 -
YUV 118.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 175 84 146 0 0.52 0.17 0.31 319.12 0.36 0.51
Hex AF 54 92 0 34 11 1F 13F 24 33
Octal 257 124 222 0 64 21 37 477 44 63
Binary 10101111 1010100 10010010 0 110100 10001 11111 100111111 100100 110011

Color Harmonies of #AF5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5492

Black with #AF5492

Text Example


Text Example

White with #AF5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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