Html Css Color HEX #AF149A Medium Violet Red

📋 copy color: '#AF149A'

red 175 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #AF149A

Tints of Medium Violet Red #AF149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 50.14%
G = 5.73%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF149A (or 0xAF149A) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9A. RGB value is (175,20,154). Sum of RGB (Red+Green+Blue) = 175+20+154=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149A is #50EB65. Grayscale: #515151. Windows color (decimal): -5303142 or 10097839. OLE color: 10097839.

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

Color convert

RGB 175 20 154 -
CMYK 0 0.89 0.12 0.31
HSL 308.13º 0.79% 0.38% -
HSV(B) 308.13º 0.89% 0.69% -
XYZ 23.76 11.95 31.63 -
YUV 81.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 175 20 154 0 0.89 0.12 0.31 308.13 0.79 0.38
Hex AF 14 9A 0 59 C 1F 134 4F 26
Octal 257 24 232 0 131 14 37 464 117 46
Binary 10101111 10100 10011010 0 1011001 1100 11111 100110100 1001111 100110

Color Harmonies of #AF149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF149A

Black with #AF149A

Text Example


Text Example

White with #AF149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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