Html Css Color HEX #AF5194 Mulberry

📋 copy color: '#AF5194'

red 175 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #AF5194

Tints of Mulberry #AF5194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 43.32%
G = 20.05%
B = 36.63%

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

#AF5194 (or 0xAF5194) is known color: Mulberry. HEX triplet: AF, 51 and 94. RGB value is (175,81,148). Sum of RGB (Red+Green+Blue) = 175+81+148=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5194 is #50AE6B. Grayscale: #747474. Windows color (decimal): -5287532 or 9720239. OLE color: 9720239.

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

Color convert

RGB 175 81 148 -
CMYK 0 0.54 0.15 0.31
HSL 317.23º 0.37% 0.5% -
HSV(B) 317.23º 0.54% 0.69% -
XYZ 25.97 17.14 29.96 -
YUV 116.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 175 81 148 0 0.54 0.15 0.31 317.23 0.37 0.5
Hex AF 51 94 0 36 F 1F 13D 25 32
Octal 257 121 224 0 66 17 37 475 45 62
Binary 10101111 1010001 10010100 0 110110 1111 11111 100111101 100101 110010

Color Harmonies of #AF5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5194

Black with #AF5194

Text Example


Text Example

White with #AF5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5194; }

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

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

background-color css

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

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

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

border-color css

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

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

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