Html Css Color HEX #AF3F8C Medium Red Violet

📋 copy color: '#AF3F8C'

red 175 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #AF3F8C

Tints of Medium Red Violet #AF3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

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

R = 46.3%
G = 16.67%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF3F8C (or 0xAF3F8C) is known color: Medium Red Violet. HEX triplet: AF, 3F and 8C. RGB value is (175,63,140). Sum of RGB (Red+Green+Blue) = 175+63+140=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F8C is #50C073. Grayscale: #696969. Windows color (decimal): -5292148 or 9191343. OLE color: 9191343.

HSL color Cylindrical-coordinate representation of color #AF3F8C: hue angle of 318.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F8C is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 140 -
CMYK 0 0.64 0.2 0.31
HSL 318.75º 0.47% 0.47% -
HSV(B) 318.75º 0.64% 0.69% -
XYZ 24.19 14.56 26.35 -
YUV 105.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 175 63 140 0 0.64 0.2 0.31 318.75 0.47 0.47
Hex AF 3F 8C 0 40 14 1F 13F 2F 2F
Octal 257 77 214 0 100 24 37 477 57 57
Binary 10101111 111111 10001100 0 1000000 10100 11111 100111111 101111 101111

Color Harmonies of #AF3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F8C

Black with #AF3F8C

Text Example


Text Example

White with #AF3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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