Html Css Color HEX #AF128B Medium Violet Red

📋 copy color: '#AF128B'

red 175 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #AF128B

Tints of Medium Violet Red #AF128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 52.71%
G = 5.42%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF128B (or 0xAF128B) is known color: Medium Violet Red. HEX triplet: AF, 12 and 8B. RGB value is (175,18,139). Sum of RGB (Red+Green+Blue) = 175+18+139=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF128B is #50ED74. Grayscale: #4E4E4E. Windows color (decimal): -5303669 or 9114287. OLE color: 9114287.

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

Color convert

RGB 175 18 139 -
CMYK 0 0.90 0.21 0.31
HSL 313.76º 0.81% 0.38% -
HSV(B) 313.76º 0.9% 0.69% -
XYZ 22.56 11.41 25.44 -
YUV 78.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 175 18 139 0 0.90 0.21 0.31 313.76 0.81 0.38
Hex AF 12 8B 0 5A 15 1F 13A 51 26
Octal 257 22 213 0 132 25 37 472 121 46
Binary 10101111 10010 10001011 0 1011010 10101 11111 100111010 1010001 100110

Color Harmonies of #AF128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF128B

Black with #AF128B

Text Example


Text Example

White with #AF128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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