Html Css Color HEX #AF317E Medium Red Violet

📋 copy color: '#AF317E'

red 175 ◦ green 49 ◦ blue 126

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

Shades of Medium Red Violet #AF317E

Tints of Medium Red Violet #AF317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 50%
G = 14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF317E (or 0xAF317E) is known color: Medium Red Violet. HEX triplet: AF, 31 and 7E. RGB value is (175,49,126). Sum of RGB (Red+Green+Blue) = 175+49+126=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF317E is #50CE81. Grayscale: #5F5F5F. Windows color (decimal): -5295746 or 8270255. OLE color: 8270255.

HSL color Cylindrical-coordinate representation of color #AF317E: hue angle of 323.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF317E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 126 -
CMYK 0 0.72 0.28 0.31
HSL 323.33º 0.56% 0.44% -
HSV(B) 323.33º 0.72% 0.69% -
XYZ 22.54 12.82 21.02 -
YUV 95.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 175 49 126 0 0.72 0.28 0.31 323.33 0.56 0.44
Hex AF 31 7E 0 48 1C 1F 143 38 2C
Octal 257 61 176 0 110 34 37 503 70 54
Binary 10101111 110001 1111110 0 1001000 11100 11111 101000011 111000 101100

Color Harmonies of #AF317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF317E

Black with #AF317E

Text Example


Text Example

White with #AF317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF317E; }

 p { color: rgb(175,49,126); }

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

background-color css

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

 a { background-color: rgb(175,49,126); }

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

border-color css

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

 span { border-color: rgb(175,49,126); }

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