Html Css Color HEX #AF149C Medium Violet Red

📋 copy color: '#AF149C'

red 175 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #AF149C

Tints of Medium Violet Red #AF149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 49.86%
G = 5.7%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF149C (or 0xAF149C) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9C. RGB value is (175,20,156). Sum of RGB (Red+Green+Blue) = 175+20+156=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149C is #50EB63. Grayscale: #515151. Windows color (decimal): -5303140 or 10228911. OLE color: 10228911.

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

Color convert

RGB 175 20 156 -
CMYK 0 0.89 0.11 0.31
HSL 307.35º 0.79% 0.38% -
HSV(B) 307.35º 0.89% 0.69% -
XYZ 23.93 12.01 32.51 -
YUV 81.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 175 20 156 0 0.89 0.11 0.31 307.35 0.79 0.38
Hex AF 14 9C 0 59 B 1F 133 4F 26
Octal 257 24 234 0 131 13 37 463 117 46
Binary 10101111 10100 10011100 0 1011001 1011 11111 100110011 1001111 100110

Color Harmonies of #AF149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF149C

Black with #AF149C

Text Example


Text Example

White with #AF149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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