Html Css Color HEX #AF138A Medium Violet Red

📋 copy color: '#AF138A'

red 175 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #AF138A

Tints of Medium Violet Red #AF138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 52.71%
G = 5.72%
B = 41.57%

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

#AF138A (or 0xAF138A) is known color: Medium Violet Red. HEX triplet: AF, 13 and 8A. RGB value is (175,19,138). Sum of RGB (Red+Green+Blue) = 175+19+138=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF138A is #50EC75. Grayscale: #4E4E4E. Windows color (decimal): -5303414 or 9049007. OLE color: 9049007.

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

Color convert

RGB 175 19 138 -
CMYK 0 0.89 0.21 0.31
HSL 314.23º 0.8% 0.38% -
HSV(B) 314.23º 0.89% 0.69% -
XYZ 22.5 11.41 25.06 -
YUV 79.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 175 19 138 0 0.89 0.21 0.31 314.23 0.8 0.38
Hex AF 13 8A 0 59 15 1F 13A 50 26
Octal 257 23 212 0 131 25 37 472 120 46
Binary 10101111 10011 10001010 0 1011001 10101 11111 100111010 1010000 100110

Color Harmonies of #AF138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF138A

Black with #AF138A

Text Example


Text Example

White with #AF138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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