Html Css Color HEX #AF5195 Mulberry

📋 copy color: '#AF5195'

red 175 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #AF5195

Tints of Mulberry #AF5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20%

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

R = 43.21%
G = 20%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF5195 (or 0xAF5195) is known color: Mulberry. HEX triplet: AF, 51 and 95. RGB value is (175,81,149). Sum of RGB (Red+Green+Blue) = 175+81+149=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5195 is #50AE6A. Grayscale: #747474. Windows color (decimal): -5287531 or 9785775. OLE color: 9785775.

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

Color convert

RGB 175 81 149 -
CMYK 0 0.54 0.15 0.31
HSL 316.6º 0.37% 0.5% -
HSV(B) 316.6º 0.54% 0.69% -
XYZ 26.05 17.17 30.37 -
YUV 116.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 175 81 149 0 0.54 0.15 0.31 316.6 0.37 0.5
Hex AF 51 95 0 36 F 1F 13D 25 32
Octal 257 121 225 0 66 17 37 475 45 62
Binary 10101111 1010001 10010101 0 110110 1111 11111 100111101 100101 110010

Color Harmonies of #AF5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5195

Black with #AF5195

Text Example


Text Example

White with #AF5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5195; }

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

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

background-color css

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

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

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

border-color css

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

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

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