Html Css Color HEX #AF138C Medium Violet Red

📋 copy color: '#AF138C'

red 175 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #AF138C

Tints of Medium Violet Red #AF138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 52.4%
G = 5.69%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF138C (or 0xAF138C) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8C. RGB value is (175,19,140). Sum of RGB (Red+Green+Blue) = 175+19+140=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138C is #50EC73. Grayscale: #4F4F4F. Windows color (decimal): -5303412 or 9180079. OLE color: 9180079.

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

Color convert

RGB 175 19 140 -
CMYK 0 0.89 0.2 0.31
HSL 313.46º 0.8% 0.38% -
HSV(B) 313.46º 0.89% 0.69% -
XYZ 22.65 11.47 25.83 -
YUV 79.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 175 19 140 0 0.89 0.2 0.31 313.46 0.8 0.38
Hex AF 13 8C 0 59 14 1F 139 50 26
Octal 257 23 214 0 131 24 37 471 120 46
Binary 10101111 10011 10001100 0 1011001 10100 11111 100111001 1010000 100110

Color Harmonies of #AF138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF138C

Black with #AF138C

Text Example


Text Example

White with #AF138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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