Html Css Color HEX #AF127F Medium Violet Red

📋 copy color: '#AF127F'

red 175 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #AF127F

Tints of Medium Violet Red #AF127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 54.69%
G = 5.63%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF127F (or 0xAF127F) is known color: Medium Violet Red. HEX triplet: AF, 12 and 7F. RGB value is (175,18,127). Sum of RGB (Red+Green+Blue) = 175+18+127=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF127F is #50ED80. Grayscale: #4D4D4D. Windows color (decimal): -5303681 or 8327855. OLE color: 8327855.

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

Color convert

RGB 175 18 127 -
CMYK 0 0.90 0.27 0.31
HSL 318.34º 0.81% 0.38% -
HSV(B) 318.34º 0.9% 0.69% -
XYZ 21.73 11.08 21.07 -
YUV 77.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 175 18 127 0 0.90 0.27 0.31 318.34 0.81 0.38
Hex AF 12 7F 0 5A 1B 1F 13E 51 26
Octal 257 22 177 0 132 33 37 476 121 46
Binary 10101111 10010 1111111 0 1011010 11011 11111 100111110 1010001 100110

Color Harmonies of #AF127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF127F

Black with #AF127F

Text Example


Text Example

White with #AF127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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