Html Css Color HEX #AF418B Medium Red Violet

📋 copy color: '#AF418B'

red 175 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #AF418B

Tints of Medium Red Violet #AF418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 46.17%
G = 17.15%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF418B (or 0xAF418B) is known color: Medium Red Violet. HEX triplet: AF, 41 and 8B. RGB value is (175,65,139). Sum of RGB (Red+Green+Blue) = 175+65+139=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418B is #50BE74. Grayscale: #6A6A6A. Windows color (decimal): -5291637 or 9126319. OLE color: 9126319.

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

Color convert

RGB 175 65 139 -
CMYK 0 0.63 0.21 0.31
HSL 319.64º 0.46% 0.47% -
HSV(B) 319.64º 0.63% 0.69% -
XYZ 24.23 14.76 26 -
YUV 106.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 175 65 139 0 0.63 0.21 0.31 319.64 0.46 0.47
Hex AF 41 8B 0 3F 15 1F 140 2E 2F
Octal 257 101 213 0 77 25 37 500 56 57
Binary 10101111 1000001 10001011 0 111111 10101 11111 101000000 101110 101111

Color Harmonies of #AF418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF418B

Black with #AF418B

Text Example


Text Example

White with #AF418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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