Html Css Color HEX #AF147F Medium Violet Red

📋 copy color: '#AF147F'

red 175 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #AF147F

Tints of Medium Violet Red #AF147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 54.35%
G = 6.21%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF147F (or 0xAF147F) is known color: Medium Violet Red. HEX triplet: AF, 14 and 7F. RGB value is (175,20,127). Sum of RGB (Red+Green+Blue) = 175+20+127=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF147F is #50EB80. Grayscale: #4E4E4E. Windows color (decimal): -5303169 or 8328367. OLE color: 8328367.

HSL color Cylindrical-coordinate representation of color #AF147F: hue angle of 318.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF147F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 127 -
CMYK 0 0.89 0.27 0.31
HSL 318.58º 0.79% 0.38% -
HSV(B) 318.58º 0.89% 0.69% -
XYZ 21.76 11.15 21.08 -
YUV 78.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 175 20 127 0 0.89 0.27 0.31 318.58 0.79 0.38
Hex AF 14 7F 0 59 1B 1F 13F 4F 26
Octal 257 24 177 0 131 33 37 477 117 46
Binary 10101111 10100 1111111 0 1011001 11011 11111 100111111 1001111 100110

Color Harmonies of #AF147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF147F

Black with #AF147F

Text Example


Text Example

White with #AF147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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