Html Css Color HEX #AF3D8E Medium Red Violet

📋 copy color: '#AF3D8E'

red 175 ◦ green 61 ◦ blue 142

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

Shades of Medium Red Violet #AF3D8E

Tints of Medium Red Violet #AF3D8E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 46.3%
G = 16.14%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF3D8E (or 0xAF3D8E) is known color: Medium Red Violet. HEX triplet: AF, 3D and 8E. RGB value is (175,61,142). Sum of RGB (Red+Green+Blue) = 175+61+142=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D8E is #50C271. Grayscale: #686868. Windows color (decimal): -5292658 or 9321903. OLE color: 9321903.

HSL color Cylindrical-coordinate representation of color #AF3D8E: hue angle of 317.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D8E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 61 142 -
CMYK 0 0.65 0.19 0.31
HSL 317.37º 0.48% 0.46% -
HSV(B) 317.37º 0.65% 0.69% -
XYZ 24.23 14.4 27.09 -
YUV 104.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 175 61 142 0 0.65 0.19 0.31 317.37 0.48 0.46
Hex AF 3D 8E 0 41 13 1F 13D 30 2E
Octal 257 75 216 0 101 23 37 475 60 56
Binary 10101111 111101 10001110 0 1000001 10011 11111 100111101 110000 101110

Color Harmonies of #AF3D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D8E

Black with #AF3D8E

Text Example


Text Example

White with #AF3D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D8E; }

 p { color: rgb(175,61,142); }

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

background-color css

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

 a { background-color: rgb(175,61,142); }

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

border-color css

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

 span { border-color: rgb(175,61,142); }

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