Html Css Color HEX #AF5388 Mulberry

📋 copy color: '#AF5388'

red 175 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #AF5388

Tints of Mulberry #AF5388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

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

R = 44.42%
G = 21.07%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5388 (or 0xAF5388) is known color: Mulberry. HEX triplet: AF, 53 and 88. RGB value is (175,83,136). Sum of RGB (Red+Green+Blue) = 175+83+136=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5388 is #50AC77. Grayscale: #747474. Windows color (decimal): -5287032 or 8934319. OLE color: 8934319.

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

Color convert

RGB 175 83 136 -
CMYK 0 0.53 0.22 0.31
HSL 325.43º 0.37% 0.51% -
HSV(B) 325.43º 0.53% 0.69% -
XYZ 25.22 17.08 25.26 -
YUV 116.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 175 83 136 0 0.53 0.22 0.31 325.43 0.37 0.51
Hex AF 53 88 0 35 16 1F 145 25 33
Octal 257 123 210 0 65 26 37 505 45 63
Binary 10101111 1010011 10001000 0 110101 10110 11111 101000101 100101 110011

Color Harmonies of #AF5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5388

Black with #AF5388

Text Example


Text Example

White with #AF5388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5388; }

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

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

background-color css

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

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

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

border-color css

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

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

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