Html Css Color HEX #AF138B Medium Violet Red

📋 copy color: '#AF138B'

red 175 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #AF138B

Tints of Medium Violet Red #AF138B

RGB

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

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

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

R = 52.55%
G = 5.71%
B = 41.74%

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

#AF138B (or 0xAF138B) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8B. RGB value is (175,19,139). Sum of RGB (Red+Green+Blue) = 175+19+139=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138B is #50EC74. Grayscale: #4F4F4F. Windows color (decimal): -5303413 or 9114543. OLE color: 9114543.

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

Color convert

RGB 175 19 139 -
CMYK 0 0.89 0.21 0.31
HSL 313.85º 0.8% 0.38% -
HSV(B) 313.85º 0.89% 0.69% -
XYZ 22.57 11.44 25.45 -
YUV 79.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 175 19 139 0 0.89 0.21 0.31 313.85 0.8 0.38
Hex AF 13 8B 0 59 15 1F 13A 50 26
Octal 257 23 213 0 131 25 37 472 120 46
Binary 10101111 10011 10001011 0 1011001 10101 11111 100111010 1010000 100110

Color Harmonies of #AF138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF138B

Black with #AF138B

Text Example


Text Example

White with #AF138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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