Html Css Color HEX #AF2E74 Medium Red Violet

📋 copy color: '#AF2E74'

red 175 ◦ green 46 ◦ blue 116

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

Shades of Medium Red Violet #AF2E74

Tints of Medium Red Violet #AF2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 51.93%
G = 13.65%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF2E74 (or 0xAF2E74) is known color: Medium Red Violet. HEX triplet: AF, 2E and 74. RGB value is (175,46,116). Sum of RGB (Red+Green+Blue) = 175+46+116=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E74 is #50D18B. Grayscale: #5C5C5C. Windows color (decimal): -5296524 or 7614127. OLE color: 7614127.

HSL color Cylindrical-coordinate representation of color #AF2E74: hue angle of 327.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E74 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 116 -
CMYK 0 0.74 0.34 0.31
HSL 327.44º 0.58% 0.43% -
HSV(B) 327.44º 0.74% 0.69% -
XYZ 21.81 12.33 17.75 -
YUV 92.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 175 46 116 0 0.74 0.34 0.31 327.44 0.58 0.43
Hex AF 2E 74 0 4A 22 1F 147 3A 2B
Octal 257 56 164 0 112 42 37 507 72 53
Binary 10101111 101110 1110100 0 1001010 100010 11111 101000111 111010 101011

Color Harmonies of #AF2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E74

Black with #AF2E74

Text Example


Text Example

White with #AF2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E74; }

 p { color: rgb(175,46,116); }

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

background-color css

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

 a { background-color: rgb(175,46,116); }

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

border-color css

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

 span { border-color: rgb(175,46,116); }

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