Html Css Color HEX #AF5D92 Mulberry

📋 copy color: '#AF5D92'

red 175 ◦ green 93 ◦ blue 146

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

Shades of Mulberry #AF5D92

Tints of Mulberry #AF5D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 42.27%
G = 22.46%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF5D92 (or 0xAF5D92) is known color: Mulberry. HEX triplet: AF, 5D and 92. RGB value is (175,93,146). Sum of RGB (Red+Green+Blue) = 175+93+146=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D92 is #50A26D. Grayscale: #7B7B7B. Windows color (decimal): -5284462 or 9592239. OLE color: 9592239.

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

Color convert

RGB 175 93 146 -
CMYK 0 0.47 0.17 0.31
HSL 321.22º 0.34% 0.53% -
HSV(B) 321.22º 0.47% 0.69% -
XYZ 26.78 19.02 29.45 -
YUV 123.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 175 93 146 0 0.47 0.17 0.31 321.22 0.34 0.53
Hex AF 5D 92 0 2F 11 1F 141 22 35
Octal 257 135 222 0 57 21 37 501 42 65
Binary 10101111 1011101 10010010 0 101111 10001 11111 101000001 100010 110101

Color Harmonies of #AF5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D92

Black with #AF5D92

Text Example


Text Example

White with #AF5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D92; }

 p { color: rgb(175,93,146); }

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

background-color css

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

 a { background-color: rgb(175,93,146); }

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

border-color css

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

 span { border-color: rgb(175,93,146); }

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