Html Css Color HEX #AF148D Medium Violet Red

📋 copy color: '#AF148D'

red 175 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #AF148D

Tints of Medium Violet Red #AF148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 52.08%
G = 5.95%
B = 41.96%

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

#AF148D (or 0xAF148D) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8D. RGB value is (175,20,141). Sum of RGB (Red+Green+Blue) = 175+20+141=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148D is #50EB72. Grayscale: #4F4F4F. Windows color (decimal): -5303155 or 9245871. OLE color: 9245871.

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

Color convert

RGB 175 20 141 -
CMYK 0 0.89 0.19 0.31
HSL 313.16º 0.79% 0.38% -
HSV(B) 313.16º 0.89% 0.69% -
XYZ 22.74 11.54 26.23 -
YUV 80.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 175 20 141 0 0.89 0.19 0.31 313.16 0.79 0.38
Hex AF 14 8D 0 59 13 1F 139 4F 26
Octal 257 24 215 0 131 23 37 471 117 46
Binary 10101111 10100 10001101 0 1011001 10011 11111 100111001 1001111 100110

Color Harmonies of #AF148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF148D

Black with #AF148D

Text Example


Text Example

White with #AF148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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