Html Css Color HEX #AF4E85 Mulberry

📋 copy color: '#AF4E85'

red 175 ◦ green 78 ◦ blue 133

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

Shades of Mulberry #AF4E85

Tints of Mulberry #AF4E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 45.34%
G = 20.21%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF4E85 (or 0xAF4E85) is known color: Mulberry. HEX triplet: AF, 4E and 85. RGB value is (175,78,133). Sum of RGB (Red+Green+Blue) = 175+78+133=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E85 is #50B17A. Grayscale: #717171. Windows color (decimal): -5288315 or 8736431. OLE color: 8736431.

HSL color Cylindrical-coordinate representation of color #AF4E85: hue angle of 325.98º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E85 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 133 -
CMYK 0 0.55 0.24 0.31
HSL 325.98º 0.38% 0.5% -
HSV(B) 325.98º 0.55% 0.69% -
XYZ 24.64 16.26 24.03 -
YUV 113.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 175 78 133 0 0.55 0.24 0.31 325.98 0.38 0.5
Hex AF 4E 85 0 37 18 1F 146 26 32
Octal 257 116 205 0 67 30 37 506 46 62
Binary 10101111 1001110 10000101 0 110111 11000 11111 101000110 100110 110010

Color Harmonies of #AF4E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E85

Black with #AF4E85

Text Example


Text Example

White with #AF4E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E85; }

 p { color: rgb(175,78,133); }

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

background-color css

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

 a { background-color: rgb(175,78,133); }

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

border-color css

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

 span { border-color: rgb(175,78,133); }

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