Html Css Color HEX #AF128D Medium Violet Red

📋 copy color: '#AF128D'

red 175 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #AF128D

Tints of Medium Violet Red #AF128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 52.4%
G = 5.39%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF128D (or 0xAF128D) is known color: Medium Violet Red. HEX triplet: AF, 12 and 8D. RGB value is (175,18,141). Sum of RGB (Red+Green+Blue) = 175+18+141=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF128D is #50ED72. Grayscale: #4E4E4E. Windows color (decimal): -5303667 or 9245359. OLE color: 9245359.

HSL color Cylindrical-coordinate representation of color #AF128D: hue angle of 312.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF128D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 141 -
CMYK 0 0.90 0.19 0.31
HSL 312.99º 0.81% 0.38% -
HSV(B) 312.99º 0.9% 0.69% -
XYZ 22.7 11.47 26.22 -
YUV 78.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 175 18 141 0 0.90 0.19 0.31 312.99 0.81 0.38
Hex AF 12 8D 0 5A 13 1F 139 51 26
Octal 257 22 215 0 132 23 37 471 121 46
Binary 10101111 10010 10001101 0 1011010 10011 11111 100111001 1010001 100110

Color Harmonies of #AF128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF128D

Black with #AF128D

Text Example


Text Example

White with #AF128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF128D; }

 p { color: rgb(175,18,141); }

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

background-color css

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

 a { background-color: rgb(175,18,141); }

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

border-color css

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

 span { border-color: rgb(175,18,141); }

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