Html Css Color HEX #AF508F Mulberry

📋 copy color: '#AF508F'

red 175 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #AF508F

Tints of Mulberry #AF508F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 43.97%
G = 20.1%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF508F (or 0xAF508F) is known color: Mulberry. HEX triplet: AF, 50 and 8F. RGB value is (175,80,143). Sum of RGB (Red+Green+Blue) = 175+80+143=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508F is #50AF70. Grayscale: #737373. Windows color (decimal): -5287793 or 9392303. OLE color: 9392303.

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

Color convert

RGB 175 80 143 -
CMYK 0 0.54 0.18 0.31
HSL 320.21º 0.37% 0.5% -
HSV(B) 320.21º 0.54% 0.69% -
XYZ 25.51 16.83 27.89 -
YUV 115.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 175 80 143 0 0.54 0.18 0.31 320.21 0.37 0.5
Hex AF 50 8F 0 36 12 1F 140 25 32
Octal 257 120 217 0 66 22 37 500 45 62
Binary 10101111 1010000 10001111 0 110110 10010 11111 101000000 100101 110010

Color Harmonies of #AF508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF508F

Black with #AF508F

Text Example


Text Example

White with #AF508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF508F; }

 p { color: rgb(175,80,143); }

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

background-color css

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

 a { background-color: rgb(175,80,143); }

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

border-color css

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

 span { border-color: rgb(175,80,143); }

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