Html Css Color HEX #AF1894 Medium Violet Red

📋 copy color: '#AF1894'

red 175 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #AF1894

Tints of Medium Violet Red #AF1894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 50.43%
G = 6.92%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF1894 (or 0xAF1894) is known color: Medium Violet Red. HEX triplet: AF, 18 and 94. RGB value is (175,24,148). Sum of RGB (Red+Green+Blue) = 175+24+148=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1894 is #50E76B. Grayscale: #525252. Windows color (decimal): -5302124 or 9705647. OLE color: 9705647.

HSL color Cylindrical-coordinate representation of color #AF1894: hue angle of 310.73º 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 #AF1894 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 148 -
CMYK 0 0.86 0.15 0.31
HSL 310.73º 0.76% 0.39% -
HSV(B) 310.73º 0.86% 0.69% -
XYZ 23.35 11.91 29.08 -
YUV 83.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 175 24 148 0 0.86 0.15 0.31 310.73 0.76 0.39
Hex AF 18 94 0 56 F 1F 137 4C 27
Octal 257 30 224 0 126 17 37 467 114 47
Binary 10101111 11000 10010100 0 1010110 1111 11111 100110111 1001100 100111

Color Harmonies of #AF1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1894

Black with #AF1894

Text Example


Text Example

White with #AF1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1894; }

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

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

background-color css

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

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

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

border-color css

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

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

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