Html Css Color HEX #AF5295 Mulberry

📋 copy color: '#AF5295'

red 175 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #AF5295

Tints of Mulberry #AF5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 43.1%
G = 20.2%
B = 36.7%

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

#AF5295 (or 0xAF5295) is known color: Mulberry. HEX triplet: AF, 52 and 95. RGB value is (175,82,149). Sum of RGB (Red+Green+Blue) = 175+82+149=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5295 is #50AD6A. Grayscale: #757575. Windows color (decimal): -5287275 or 9786031. OLE color: 9786031.

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

Color convert

RGB 175 82 149 -
CMYK 0 0.53 0.15 0.31
HSL 316.77º 0.37% 0.5% -
HSV(B) 316.77º 0.53% 0.69% -
XYZ 26.12 17.32 30.4 -
YUV 117.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 175 82 149 0 0.53 0.15 0.31 316.77 0.37 0.5
Hex AF 52 95 0 35 F 1F 13D 25 32
Octal 257 122 225 0 65 17 37 475 45 62
Binary 10101111 1010010 10010101 0 110101 1111 11111 100111101 100101 110010

Color Harmonies of #AF5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5295

Black with #AF5295

Text Example


Text Example

White with #AF5295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5295; }

 p { color: rgb(175,82,149); }

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

background-color css

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

 a { background-color: rgb(175,82,149); }

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

border-color css

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

 span { border-color: rgb(175,82,149); }

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