Html Css Color HEX #AF408D Medium Red Violet

📋 copy color: '#AF408D'

red 175 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #AF408D

Tints of Medium Red Violet #AF408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 46.05%
G = 16.84%
B = 37.11%

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

#AF408D (or 0xAF408D) is known color: Medium Red Violet. HEX triplet: AF, 40 and 8D. RGB value is (175,64,141). Sum of RGB (Red+Green+Blue) = 175+64+141=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF408D is #50BF72. Grayscale: #696969. Windows color (decimal): -5291891 or 9257135. OLE color: 9257135.

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

Color convert

RGB 175 64 141 -
CMYK 0 0.63 0.19 0.31
HSL 318.38º 0.46% 0.47% -
HSV(B) 318.38º 0.63% 0.69% -
XYZ 24.32 14.7 26.76 -
YUV 105.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 175 64 141 0 0.63 0.19 0.31 318.38 0.46 0.47
Hex AF 40 8D 0 3F 13 1F 13E 2E 2F
Octal 257 100 215 0 77 23 37 476 56 57
Binary 10101111 1000000 10001101 0 111111 10011 11111 100111110 101110 101111

Color Harmonies of #AF408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF408D

Black with #AF408D

Text Example


Text Example

White with #AF408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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