Html Css Color HEX #AF1079 Medium Violet Red

📋 copy color: '#AF1079'

red 175 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #AF1079

Tints of Medium Violet Red #AF1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 56.09%
G = 5.13%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF1079 (or 0xAF1079) is known color: Medium Violet Red. HEX triplet: AF, 10 and 79. RGB value is (175,16,121). Sum of RGB (Red+Green+Blue) = 175+16+121=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1079 is #50EF86. Grayscale: #4B4B4B. Windows color (decimal): -5304199 or 7934127. OLE color: 7934127.

HSL color Cylindrical-coordinate representation of color #AF1079: hue angle of 320.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1079 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 121 -
CMYK 0 0.91 0.31 0.31
HSL 320.38º 0.83% 0.37% -
HSV(B) 320.38º 0.91% 0.69% -
XYZ 21.32 10.87 19.06 -
YUV 75.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 175 16 121 0 0.91 0.31 0.31 320.38 0.83 0.37
Hex AF 10 79 0 5B 1F 1F 140 53 25
Octal 257 20 171 0 133 37 37 500 123 45
Binary 10101111 10000 1111001 0 1011011 11111 11111 101000000 1010011 100101

Color Harmonies of #AF1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1079

Black with #AF1079

Text Example


Text Example

White with #AF1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1079; }

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

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

background-color css

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

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

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

border-color css

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

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

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