Html Css Color HEX #AF568E Mulberry

📋 copy color: '#AF568E'

red 175 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #AF568E

Tints of Mulberry #AF568E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 43.42%
G = 21.34%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF568E (or 0xAF568E) is known color: Mulberry. HEX triplet: AF, 56 and 8E. RGB value is (175,86,142). Sum of RGB (Red+Green+Blue) = 175+86+142=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF568E is #50A971. Grayscale: #767676. Windows color (decimal): -5286258 or 9328303. OLE color: 9328303.

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

Color convert

RGB 175 86 142 -
CMYK 0 0.51 0.19 0.31
HSL 322.25º 0.36% 0.51% -
HSV(B) 322.25º 0.51% 0.69% -
XYZ 25.89 17.72 27.65 -
YUV 119 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 175 86 142 0 0.51 0.19 0.31 322.25 0.36 0.51
Hex AF 56 8E 0 33 13 1F 142 24 33
Octal 257 126 216 0 63 23 37 502 44 63
Binary 10101111 1010110 10001110 0 110011 10011 11111 101000010 100100 110011

Color Harmonies of #AF568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF568E

Black with #AF568E

Text Example


Text Example

White with #AF568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF568E; }

 p { color: rgb(175,86,142); }

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

background-color css

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

 a { background-color: rgb(175,86,142); }

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

border-color css

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

 span { border-color: rgb(175,86,142); }

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