Html Css Color HEX #AF1F8B Medium Red Violet

📋 copy color: '#AF1F8B'

red 175 ◦ green 31 ◦ blue 139

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

Shades of Medium Red Violet #AF1F8B

Tints of Medium Red Violet #AF1F8B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 50.72%
G = 8.99%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF1F8B (or 0xAF1F8B) is known color: Medium Red Violet. HEX triplet: AF, 1F and 8B. RGB value is (175,31,139). Sum of RGB (Red+Green+Blue) = 175+31+139=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F8B is #50E074. Grayscale: #565656. Windows color (decimal): -5300341 or 9117615. OLE color: 9117615.

HSL color Cylindrical-coordinate representation of color #AF1F8B: hue angle of 315º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F8B is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 139 -
CMYK 0 0.82 0.21 0.31
HSL 315º 0.7% 0.4% -
HSV(B) 315º 0.82% 0.69% -
XYZ 22.83 11.96 25.53 -
YUV 86.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 175 31 139 0 0.82 0.21 0.31 315 0.7 0.4
Hex AF 1F 8B 0 52 15 1F 13B 46 28
Octal 257 37 213 0 122 25 37 473 106 50
Binary 10101111 11111 10001011 0 1010010 10101 11111 100111011 1000110 101000

Color Harmonies of #AF1F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F8B

Black with #AF1F8B

Text Example


Text Example

White with #AF1F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F8B; }

 p { color: rgb(175,31,139); }

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

background-color css

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

 a { background-color: rgb(175,31,139); }

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

border-color css

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

 span { border-color: rgb(175,31,139); }

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