Html Css Color HEX #AF138F Medium Violet Red

📋 copy color: '#AF138F'

red 175 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #AF138F

Tints of Medium Violet Red #AF138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 51.93%
G = 5.64%
B = 42.43%

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

#AF138F (or 0xAF138F) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8F. RGB value is (175,19,143). Sum of RGB (Red+Green+Blue) = 175+19+143=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138F is #50EC70. Grayscale: #4F4F4F. Windows color (decimal): -5303409 or 9376687. OLE color: 9376687.

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

Color convert

RGB 175 19 143 -
CMYK 0 0.89 0.18 0.31
HSL 312.31º 0.8% 0.38% -
HSV(B) 312.31º 0.89% 0.69% -
XYZ 22.87 11.56 27.01 -
YUV 79.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 175 19 143 0 0.89 0.18 0.31 312.31 0.8 0.38
Hex AF 13 8F 0 59 12 1F 138 50 26
Octal 257 23 217 0 131 22 37 470 120 46
Binary 10101111 10011 10001111 0 1011001 10010 11111 100111000 1010000 100110

Color Harmonies of #AF138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF138F

Black with #AF138F

Text Example


Text Example

White with #AF138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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