Html Css Color HEX #AF5E8C Mulberry

📋 copy color: '#AF5E8C'

red 175 ◦ green 94 ◦ blue 140

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

Shades of Mulberry #AF5E8C

Tints of Mulberry #AF5E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 42.79%
G = 22.98%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF5E8C (or 0xAF5E8C) is known color: Mulberry. HEX triplet: AF, 5E and 8C. RGB value is (175,94,140). Sum of RGB (Red+Green+Blue) = 175+94+140=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8C is #50A173. Grayscale: #7B7B7B. Windows color (decimal): -5284212 or 9199279. OLE color: 9199279.

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

Color convert

RGB 175 94 140 -
CMYK 0 0.46 0.2 0.31
HSL 325.93º 0.34% 0.53% -
HSV(B) 325.93º 0.46% 0.69% -
XYZ 26.42 19.01 27.09 -
YUV 123.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 175 94 140 0 0.46 0.2 0.31 325.93 0.34 0.53
Hex AF 5E 8C 0 2E 14 1F 146 22 35
Octal 257 136 214 0 56 24 37 506 42 65
Binary 10101111 1011110 10001100 0 101110 10100 11111 101000110 100010 110101

Color Harmonies of #AF5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E8C

Black with #AF5E8C

Text Example


Text Example

White with #AF5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E8C; }

 p { color: rgb(175,94,140); }

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

background-color css

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

 a { background-color: rgb(175,94,140); }

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

border-color css

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

 span { border-color: rgb(175,94,140); }

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