Html Css Color HEX #AF129E Medium Violet Red

📋 copy color: '#AF129E'

red 175 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #AF129E

Tints of Medium Violet Red #AF129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 49.86%
G = 5.13%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF129E (or 0xAF129E) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9E. RGB value is (175,18,158). Sum of RGB (Red+Green+Blue) = 175+18+158=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129E is #50ED61. Grayscale: #505050. Windows color (decimal): -5303650 or 10359471. OLE color: 10359471.

HSL color Cylindrical-coordinate representation of color #AF129E: hue angle of 306.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF129E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 158 -
CMYK 0 0.90 0.10 0.31
HSL 306.5º 0.81% 0.38% -
HSV(B) 306.5º 0.9% 0.69% -
XYZ 24.07 12.02 33.4 -
YUV 80.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 175 18 158 0 0.90 0.10 0.31 306.5 0.81 0.38
Hex AF 12 9E 0 5A A 1F 132 51 26
Octal 257 22 236 0 132 12 37 462 121 46
Binary 10101111 10010 10011110 0 1011010 1010 11111 100110010 1010001 100110

Color Harmonies of #AF129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF129E

Black with #AF129E

Text Example


Text Example

White with #AF129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF129E; }

 p { color: rgb(175,18,158); }

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

background-color css

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

 a { background-color: rgb(175,18,158); }

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

border-color css

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

 span { border-color: rgb(175,18,158); }

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