Html Css Color HEX #AF4F96 Mulberry

📋 copy color: '#AF4F96'

red 175 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #AF4F96

Tints of Mulberry #AF4F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.55%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 43.32%
G = 19.55%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF4F96 (or 0xAF4F96) is known color: Mulberry. HEX triplet: AF, 4F and 96. RGB value is (175,79,150). Sum of RGB (Red+Green+Blue) = 175+79+150=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F96 is #50B069. Grayscale: #737373. Windows color (decimal): -5288042 or 9850799. OLE color: 9850799.

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

Color convert

RGB 175 79 150 -
CMYK 0 0.55 0.14 0.31
HSL 315.63º 0.38% 0.5% -
HSV(B) 315.63º 0.55% 0.69% -
XYZ 25.98 16.91 30.75 -
YUV 115.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 175 79 150 0 0.55 0.14 0.31 315.63 0.38 0.5
Hex AF 4F 96 0 37 E 1F 13C 26 32
Octal 257 117 226 0 67 16 37 474 46 62
Binary 10101111 1001111 10010110 0 110111 1110 11111 100111100 100110 110010

Color Harmonies of #AF4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F96

Black with #AF4F96

Text Example


Text Example

White with #AF4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F96; }

 p { color: rgb(175,79,150); }

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

background-color css

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

 a { background-color: rgb(175,79,150); }

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

border-color css

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

 span { border-color: rgb(175,79,150); }

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