Html Css Color HEX #AF418E Medium Red Violet

📋 copy color: '#AF418E'

red 175 ◦ green 65 ◦ blue 142

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

Shades of Medium Red Violet #AF418E

Tints of Medium Red Violet #AF418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 45.81%
G = 17.02%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF418E (or 0xAF418E) is known color: Medium Red Violet. HEX triplet: AF, 41 and 8E. RGB value is (175,65,142). Sum of RGB (Red+Green+Blue) = 175+65+142=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418E is #50BE71. Grayscale: #6A6A6A. Windows color (decimal): -5291634 or 9322927. OLE color: 9322927.

HSL color Cylindrical-coordinate representation of color #AF418E: hue angle of 318º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF418E is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 142 -
CMYK 0 0.63 0.19 0.31
HSL 318º 0.46% 0.47% -
HSV(B) 318º 0.63% 0.69% -
XYZ 24.45 14.85 27.17 -
YUV 106.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 175 65 142 0 0.63 0.19 0.31 318 0.46 0.47
Hex AF 41 8E 0 3F 13 1F 13E 2E 2F
Octal 257 101 216 0 77 23 37 476 56 57
Binary 10101111 1000001 10001110 0 111111 10011 11111 100111110 101110 101111

Color Harmonies of #AF418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF418E

Black with #AF418E

Text Example


Text Example

White with #AF418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF418E; }

 p { color: rgb(175,65,142); }

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

background-color css

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

 a { background-color: rgb(175,65,142); }

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

border-color css

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

 span { border-color: rgb(175,65,142); }

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