Html Css Color HEX #AF1896 Medium Violet Red

📋 copy color: '#AF1896'

red 175 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #AF1896

Tints of Medium Violet Red #AF1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.88%

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

R = 50.14%
G = 6.88%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF1896 (or 0xAF1896) is known color: Medium Violet Red. HEX triplet: AF, 18 and 96. RGB value is (175,24,150). Sum of RGB (Red+Green+Blue) = 175+24+150=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1896 is #50E769. Grayscale: #535353. Windows color (decimal): -5302122 or 9836719. OLE color: 9836719.

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

Color convert

RGB 175 24 150 -
CMYK 0 0.86 0.14 0.31
HSL 309.93º 0.76% 0.39% -
HSV(B) 309.93º 0.86% 0.69% -
XYZ 23.51 11.97 29.93 -
YUV 83.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 175 24 150 0 0.86 0.14 0.31 309.93 0.76 0.39
Hex AF 18 96 0 56 E 1F 136 4C 27
Octal 257 30 226 0 126 16 37 466 114 47
Binary 10101111 11000 10010110 0 1010110 1110 11111 100110110 1001100 100111

Color Harmonies of #AF1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1896

Black with #AF1896

Text Example


Text Example

White with #AF1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1896; }

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

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

background-color css

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

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

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

border-color css

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

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

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