Html Css Color HEX #AF1493 Medium Violet Red

📋 copy color: '#AF1493'

red 175 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #AF1493

Tints of Medium Violet Red #AF1493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 51.17%
G = 5.85%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF1493 (or 0xAF1493) is known color: Medium Violet Red. HEX triplet: AF, 14 and 93. RGB value is (175,20,147). Sum of RGB (Red+Green+Blue) = 175+20+147=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1493 is #50EB6C. Grayscale: #505050. Windows color (decimal): -5303149 or 9639087. OLE color: 9639087.

HSL color Cylindrical-coordinate representation of color #AF1493: hue angle of 310.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1493 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 147 -
CMYK 0 0.89 0.16 0.31
HSL 310.84º 0.79% 0.38% -
HSV(B) 310.84º 0.89% 0.69% -
XYZ 23.2 11.72 28.64 -
YUV 80.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 175 20 147 0 0.89 0.16 0.31 310.84 0.79 0.38
Hex AF 14 93 0 59 10 1F 137 4F 26
Octal 257 24 223 0 131 20 37 467 117 46
Binary 10101111 10100 10010011 0 1011001 10000 11111 100110111 1001111 100110

Color Harmonies of #AF1493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1493

Black with #AF1493

Text Example


Text Example

White with #AF1493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1493; }

 p { color: rgb(175,20,147); }

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

background-color css

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

 a { background-color: rgb(175,20,147); }

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

border-color css

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

 span { border-color: rgb(175,20,147); }

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