Html Css Color HEX #AF408F Medium Red Violet

📋 copy color: '#AF408F'

red 175 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #AF408F

Tints of Medium Red Violet #AF408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 45.81%
G = 16.75%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF408F (or 0xAF408F) is known color: Medium Red Violet. HEX triplet: AF, 40 and 8F. RGB value is (175,64,143). Sum of RGB (Red+Green+Blue) = 175+64+143=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF408F is #50BF70. Grayscale: #696969. Windows color (decimal): -5291889 or 9388207. OLE color: 9388207.

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

Color convert

RGB 175 64 143 -
CMYK 0 0.63 0.18 0.31
HSL 317.3º 0.46% 0.47% -
HSV(B) 317.3º 0.63% 0.69% -
XYZ 24.47 14.76 27.55 -
YUV 106.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 175 64 143 0 0.63 0.18 0.31 317.3 0.46 0.47
Hex AF 40 8F 0 3F 12 1F 13D 2E 2F
Octal 257 100 217 0 77 22 37 475 56 57
Binary 10101111 1000000 10001111 0 111111 10010 11111 100111101 101110 101111

Color Harmonies of #AF408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF408F

Black with #AF408F

Text Example


Text Example

White with #AF408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF408F; }

 p { color: rgb(175,64,143); }

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

background-color css

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

 a { background-color: rgb(175,64,143); }

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

border-color css

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

 span { border-color: rgb(175,64,143); }

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