Html Css Color HEX #AF5F8E Mulberry

📋 copy color: '#AF5F8E'

red 175 ◦ green 95 ◦ blue 142

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

Shades of Mulberry #AF5F8E

Tints of Mulberry #AF5F8E

RGB

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

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

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

R = 42.48%
G = 23.06%
B = 34.47%

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

#AF5F8E (or 0xAF5F8E) is known color: Mulberry. HEX triplet: AF, 5F and 8E. RGB value is (175,95,142). Sum of RGB (Red+Green+Blue) = 175+95+142=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F8E is #50A071. Grayscale: #7C7C7C. Windows color (decimal): -5283954 or 9330607. OLE color: 9330607.

HSL color Cylindrical-coordinate representation of color #AF5F8E: hue angle of 324.75º 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 #AF5F8E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 95 142 -
CMYK 0 0.46 0.19 0.31
HSL 324.75º 0.33% 0.53% -
HSV(B) 324.75º 0.46% 0.69% -
XYZ 26.65 19.25 27.9 -
YUV 124.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 175 95 142 0 0.46 0.19 0.31 324.75 0.33 0.53
Hex AF 5F 8E 0 2E 13 1F 145 21 35
Octal 257 137 216 0 56 23 37 505 41 65
Binary 10101111 1011111 10001110 0 101110 10011 11111 101000101 100001 110101

Color Harmonies of #AF5F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F8E

Black with #AF5F8E

Text Example


Text Example

White with #AF5F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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