Html Css Color HEX #AF149E Medium Violet Red

📋 copy color: '#AF149E'

red 175 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #AF149E

Tints of Medium Violet Red #AF149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 49.58%
G = 5.67%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF149E (or 0xAF149E) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9E. RGB value is (175,20,158). Sum of RGB (Red+Green+Blue) = 175+20+158=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149E is #50EB61. Grayscale: #515151. Windows color (decimal): -5303138 or 10359983. OLE color: 10359983.

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

Color convert

RGB 175 20 158 -
CMYK 0 0.89 0.10 0.31
HSL 306.58º 0.79% 0.38% -
HSV(B) 306.58º 0.89% 0.69% -
XYZ 24.1 12.08 33.41 -
YUV 82.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 175 20 158 0 0.89 0.10 0.31 306.58 0.79 0.38
Hex AF 14 9E 0 59 A 1F 133 4F 26
Octal 257 24 236 0 131 12 37 463 117 46
Binary 10101111 10100 10011110 0 1011001 1010 11111 100110011 1001111 100110

Color Harmonies of #AF149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF149E

Black with #AF149E

Text Example


Text Example

White with #AF149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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