Html Css Color HEX #AF4C8E Mulberry

📋 copy color: '#AF4C8E'

red 175 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #AF4C8E

Tints of Mulberry #AF4C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

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

R = 44.53%
G = 19.34%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF4C8E (or 0xAF4C8E) is known color: Mulberry. HEX triplet: AF, 4C and 8E. RGB value is (175,76,142). Sum of RGB (Red+Green+Blue) = 175+76+142=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C8E is #50B371. Grayscale: #707070. Windows color (decimal): -5288818 or 9325743. OLE color: 9325743.

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

Color convert

RGB 175 76 142 -
CMYK 0 0.57 0.19 0.31
HSL 320º 0.39% 0.49% -
HSV(B) 320º 0.57% 0.69% -
XYZ 25.15 16.24 27.4 -
YUV 113.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 175 76 142 0 0.57 0.19 0.31 320 0.39 0.49
Hex AF 4C 8E 0 39 13 1F 140 27 31
Octal 257 114 216 0 71 23 37 500 47 61
Binary 10101111 1001100 10001110 0 111001 10011 11111 101000000 100111 110001

Color Harmonies of #AF4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C8E

Black with #AF4C8E

Text Example


Text Example

White with #AF4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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