Html Css Color HEX #AF1893 Medium Violet Red

📋 copy color: '#AF1893'

red 175 ◦ green 24 ◦ blue 147

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

Shades of Medium Violet Red #AF1893

Tints of Medium Violet Red #AF1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

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

R = 50.58%
G = 6.94%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF1893 (or 0xAF1893) is known color: Medium Violet Red. HEX triplet: AF, 18 and 93. RGB value is (175,24,147). Sum of RGB (Red+Green+Blue) = 175+24+147=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1893 is #50E76C. Grayscale: #525252. Windows color (decimal): -5302125 or 9640111. OLE color: 9640111.

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

Color convert

RGB 175 24 147 -
CMYK 0 0.86 0.16 0.31
HSL 311.13º 0.76% 0.39% -
HSV(B) 311.13º 0.86% 0.69% -
XYZ 23.27 11.87 28.67 -
YUV 83.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 175 24 147 0 0.86 0.16 0.31 311.13 0.76 0.39
Hex AF 18 93 0 56 10 1F 137 4C 27
Octal 257 30 223 0 126 20 37 467 114 47
Binary 10101111 11000 10010011 0 1010110 10000 11111 100110111 1001100 100111

Color Harmonies of #AF1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1893

Black with #AF1893

Text Example


Text Example

White with #AF1893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1893; }

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

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

background-color css

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

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

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

border-color css

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

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

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