Html Css Color HEX #AF5F8D Mulberry

📋 copy color: '#AF5F8D'

red 175 ◦ green 95 ◦ blue 141

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

Shades of Mulberry #AF5F8D

Tints of Mulberry #AF5F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 42.58%
G = 23.11%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF5F8D (or 0xAF5F8D) is known color: Mulberry. HEX triplet: AF, 5F and 8D. RGB value is (175,95,141). Sum of RGB (Red+Green+Blue) = 175+95+141=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F8D is #50A072. Grayscale: #7C7C7C. Windows color (decimal): -5283955 or 9265071. OLE color: 9265071.

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

Color convert

RGB 175 95 141 -
CMYK 0 0.46 0.19 0.31
HSL 325.5º 0.33% 0.53% -
HSV(B) 325.5º 0.46% 0.69% -
XYZ 26.58 19.22 27.51 -
YUV 124.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 175 95 141 0 0.46 0.19 0.31 325.5 0.33 0.53
Hex AF 5F 8D 0 2E 13 1F 146 21 35
Octal 257 137 215 0 56 23 37 506 41 65
Binary 10101111 1011111 10001101 0 101110 10011 11111 101000110 100001 110101

Color Harmonies of #AF5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F8D

Black with #AF5F8D

Text Example


Text Example

White with #AF5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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