Html Css Color HEX #AF408C Medium Red Violet

📋 copy color: '#AF408C'

red 175 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #AF408C

Tints of Medium Red Violet #AF408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 46.17%
G = 16.89%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF408C (or 0xAF408C) is known color: Medium Red Violet. HEX triplet: AF, 40 and 8C. RGB value is (175,64,140). Sum of RGB (Red+Green+Blue) = 175+64+140=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF408C is #50BF73. Grayscale: #696969. Windows color (decimal): -5291892 or 9191599. OLE color: 9191599.

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

Color convert

RGB 175 64 140 -
CMYK 0 0.63 0.2 0.31
HSL 318.92º 0.46% 0.47% -
HSV(B) 318.92º 0.63% 0.69% -
XYZ 24.25 14.67 26.37 -
YUV 105.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 175 64 140 0 0.63 0.2 0.31 318.92 0.46 0.47
Hex AF 40 8C 0 3F 14 1F 13F 2E 2F
Octal 257 100 214 0 77 24 37 477 56 57
Binary 10101111 1000000 10001100 0 111111 10100 11111 100111111 101110 101111

Color Harmonies of #AF408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF408C

Black with #AF408C

Text Example


Text Example

White with #AF408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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