Html Css Color HEX #AF148B Medium Violet Red

📋 copy color: '#AF148B'

red 175 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #AF148B

Tints of Medium Violet Red #AF148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 52.4%
G = 5.99%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF148B (or 0xAF148B) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8B. RGB value is (175,20,139). Sum of RGB (Red+Green+Blue) = 175+20+139=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148B is #50EB74. Grayscale: #4F4F4F. Windows color (decimal): -5303157 or 9114799. OLE color: 9114799.

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

Color convert

RGB 175 20 139 -
CMYK 0 0.89 0.21 0.31
HSL 313.94º 0.79% 0.38% -
HSV(B) 313.94º 0.89% 0.69% -
XYZ 22.59 11.48 25.45 -
YUV 79.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 175 20 139 0 0.89 0.21 0.31 313.94 0.79 0.38
Hex AF 14 8B 0 59 15 1F 13A 4F 26
Octal 257 24 213 0 131 25 37 472 117 46
Binary 10101111 10100 10001011 0 1011001 10101 11111 100111010 1001111 100110

Color Harmonies of #AF148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF148B

Black with #AF148B

Text Example


Text Example

White with #AF148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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