Html Css Color HEX #AF148F Medium Violet Red

📋 copy color: '#AF148F'

red 175 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #AF148F

Tints of Medium Violet Red #AF148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 51.78%
G = 5.92%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF148F (or 0xAF148F) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8F. RGB value is (175,20,143). Sum of RGB (Red+Green+Blue) = 175+20+143=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148F is #50EB70. Grayscale: #505050. Windows color (decimal): -5303153 or 9376943. OLE color: 9376943.

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

Color convert

RGB 175 20 143 -
CMYK 0 0.89 0.18 0.31
HSL 312.39º 0.79% 0.38% -
HSV(B) 312.39º 0.89% 0.69% -
XYZ 22.89 11.6 27.02 -
YUV 80.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 175 20 143 0 0.89 0.18 0.31 312.39 0.79 0.38
Hex AF 14 8F 0 59 12 1F 138 4F 26
Octal 257 24 217 0 131 22 37 470 117 46
Binary 10101111 10100 10001111 0 1011001 10010 11111 100111000 1001111 100110

Color Harmonies of #AF148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF148F

Black with #AF148F

Text Example


Text Example

White with #AF148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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