Html Css Color HEX #AF5A8D Mulberry

📋 copy color: '#AF5A8D'

red 175 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #AF5A8D

Tints of Mulberry #AF5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 43.1%
G = 22.17%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF5A8D (or 0xAF5A8D) is known color: Mulberry. HEX triplet: AF, 5A and 8D. RGB value is (175,90,141). Sum of RGB (Red+Green+Blue) = 175+90+141=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A8D is #50A572. Grayscale: #797979. Windows color (decimal): -5285235 or 9263791. OLE color: 9263791.

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

Color convert

RGB 175 90 141 -
CMYK 0 0.49 0.19 0.31
HSL 324º 0.35% 0.52% -
HSV(B) 324º 0.49% 0.69% -
XYZ 26.14 18.35 27.36 -
YUV 121.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 175 90 141 0 0.49 0.19 0.31 324 0.35 0.52
Hex AF 5A 8D 0 31 13 1F 144 23 34
Octal 257 132 215 0 61 23 37 504 43 64
Binary 10101111 1011010 10001101 0 110001 10011 11111 101000100 100011 110100

Color Harmonies of #AF5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A8D

Black with #AF5A8D

Text Example


Text Example

White with #AF5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A8D; }

 p { color: rgb(175,90,141); }

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

background-color css

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

 a { background-color: rgb(175,90,141); }

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

border-color css

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

 span { border-color: rgb(175,90,141); }

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