Html Css Color HEX #AF508A Mulberry

📋 copy color: '#AF508A'

red 175 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #AF508A

Tints of Mulberry #AF508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 44.53%
G = 20.36%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF508A (or 0xAF508A) is known color: Mulberry. HEX triplet: AF, 50 and 8A. RGB value is (175,80,138). Sum of RGB (Red+Green+Blue) = 175+80+138=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508A is #50AF75. Grayscale: #727272. Windows color (decimal): -5287798 or 9064623. OLE color: 9064623.

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

Color convert

RGB 175 80 138 -
CMYK 0 0.54 0.21 0.31
HSL 323.37º 0.37% 0.5% -
HSV(B) 323.37º 0.54% 0.69% -
XYZ 25.14 16.69 25.94 -
YUV 115.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 175 80 138 0 0.54 0.21 0.31 323.37 0.37 0.5
Hex AF 50 8A 0 36 15 1F 143 25 32
Octal 257 120 212 0 66 25 37 503 45 62
Binary 10101111 1010000 10001010 0 110110 10101 11111 101000011 100101 110010

Color Harmonies of #AF508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF508A

Black with #AF508A

Text Example


Text Example

White with #AF508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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