Html Css Color HEX #AF5488 Mulberry

📋 copy color: '#AF5488'

red 175 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #AF5488

Tints of Mulberry #AF5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

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

R = 44.3%
G = 21.27%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5488 (or 0xAF5488) is known color: Mulberry. HEX triplet: AF, 54 and 88. RGB value is (175,84,136). Sum of RGB (Red+Green+Blue) = 175+84+136=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5488 is #50AB77. Grayscale: #757575. Windows color (decimal): -5286776 or 8934575. OLE color: 8934575.

HSL color Cylindrical-coordinate representation of color #AF5488: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5488 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 136 -
CMYK 0 0.52 0.22 0.31
HSL 325.71º 0.36% 0.51% -
HSV(B) 325.71º 0.52% 0.69% -
XYZ 25.29 17.23 25.29 -
YUV 117.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 175 84 136 0 0.52 0.22 0.31 325.71 0.36 0.51
Hex AF 54 88 0 34 16 1F 146 24 33
Octal 257 124 210 0 64 26 37 506 44 63
Binary 10101111 1010100 10001000 0 110100 10110 11111 101000110 100100 110011

Color Harmonies of #AF5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5488

Black with #AF5488

Text Example


Text Example

White with #AF5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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