Html Css Color HEX #AF148E Medium Violet Red

📋 copy color: '#AF148E'

red 175 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #AF148E

Tints of Medium Violet Red #AF148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 51.93%
G = 5.93%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF148E (or 0xAF148E) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8E. RGB value is (175,20,142). Sum of RGB (Red+Green+Blue) = 175+20+142=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148E is #50EB71. Grayscale: #4F4F4F. Windows color (decimal): -5303154 or 9311407. OLE color: 9311407.

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

Color convert

RGB 175 20 142 -
CMYK 0 0.89 0.19 0.31
HSL 312.77º 0.79% 0.38% -
HSV(B) 312.77º 0.89% 0.69% -
XYZ 22.81 11.57 26.62 -
YUV 80.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 175 20 142 0 0.89 0.19 0.31 312.77 0.79 0.38
Hex AF 14 8E 0 59 13 1F 139 4F 26
Octal 257 24 216 0 131 23 37 471 117 46
Binary 10101111 10100 10001110 0 1011001 10011 11111 100111001 1001111 100110

Color Harmonies of #AF148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF148E

Black with #AF148E

Text Example


Text Example

White with #AF148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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