Html Css Color HEX #AF5088 Mulberry

📋 copy color: '#AF5088'

red 175 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #AF5088

Tints of Mulberry #AF5088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 44.76%
G = 20.46%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5088 (or 0xAF5088) is known color: Mulberry. HEX triplet: AF, 50 and 88. RGB value is (175,80,136). Sum of RGB (Red+Green+Blue) = 175+80+136=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5088 is #50AF77. Grayscale: #727272. Windows color (decimal): -5287800 or 8933551. OLE color: 8933551.

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

Color convert

RGB 175 80 136 -
CMYK 0 0.54 0.22 0.31
HSL 324.63º 0.37% 0.5% -
HSV(B) 324.63º 0.54% 0.69% -
XYZ 24.99 16.63 25.19 -
YUV 114.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 175 80 136 0 0.54 0.22 0.31 324.63 0.37 0.5
Hex AF 50 88 0 36 16 1F 145 25 32
Octal 257 120 210 0 66 26 37 505 45 62
Binary 10101111 1010000 10001000 0 110110 10110 11111 101000101 100101 110010

Color Harmonies of #AF5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5088

Black with #AF5088

Text Example


Text Example

White with #AF5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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