Html Css Color HEX #AF1279 Medium Violet Red

📋 copy color: '#AF1279'

red 175 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #AF1279

Tints of Medium Violet Red #AF1279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 55.73%
G = 5.73%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF1279 (or 0xAF1279) is known color: Medium Violet Red. HEX triplet: AF, 12 and 79. RGB value is (175,18,121). Sum of RGB (Red+Green+Blue) = 175+18+121=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1279 is #50ED86. Grayscale: #4C4C4C. Windows color (decimal): -5303687 or 7934639. OLE color: 7934639.

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

Color convert

RGB 175 18 121 -
CMYK 0 0.90 0.31 0.31
HSL 320.64º 0.81% 0.38% -
HSV(B) 320.64º 0.9% 0.69% -
XYZ 21.35 10.93 19.07 -
YUV 76.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 175 18 121 0 0.90 0.31 0.31 320.64 0.81 0.38
Hex AF 12 79 0 5A 1F 1F 141 51 26
Octal 257 22 171 0 132 37 37 501 121 46
Binary 10101111 10010 1111001 0 1011010 11111 11111 101000001 1010001 100110

Color Harmonies of #AF1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1279

Black with #AF1279

Text Example


Text Example

White with #AF1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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