Html Css Color HEX #AF468F Medium Red Violet

📋 copy color: '#AF468F'

red 175 ◦ green 70 ◦ blue 143

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

Shades of Medium Red Violet #AF468F

Tints of Medium Red Violet #AF468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 45.1%
G = 18.04%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF468F (or 0xAF468F) is known color: Medium Red Violet. HEX triplet: AF, 46 and 8F. RGB value is (175,70,143). Sum of RGB (Red+Green+Blue) = 175+70+143=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF468F is #50B970. Grayscale: #6D6D6D. Windows color (decimal): -5290353 or 9389743. OLE color: 9389743.

HSL color Cylindrical-coordinate representation of color #AF468F: hue angle of 318.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF468F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 143 -
CMYK 0 0.60 0.18 0.31
HSL 318.29º 0.43% 0.48% -
HSV(B) 318.29º 0.6% 0.69% -
XYZ 24.83 15.48 27.67 -
YUV 109.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 175 70 143 0 0.60 0.18 0.31 318.29 0.43 0.48
Hex AF 46 8F 0 3C 12 1F 13E 2B 30
Octal 257 106 217 0 74 22 37 476 53 60
Binary 10101111 1000110 10001111 0 111100 10010 11111 100111110 101011 110000

Color Harmonies of #AF468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF468F

Black with #AF468F

Text Example


Text Example

White with #AF468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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