Html Css Color HEX #AF1290 Medium Violet Red

📋 copy color: '#AF1290'

red 175 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #AF1290

Tints of Medium Violet Red #AF1290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 51.93%
G = 5.34%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF1290 (or 0xAF1290) is known color: Medium Violet Red. HEX triplet: AF, 12 and 90. RGB value is (175,18,144). Sum of RGB (Red+Green+Blue) = 175+18+144=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1290 is #50ED6F. Grayscale: #4E4E4E. Windows color (decimal): -5303664 or 9441967. OLE color: 9441967.

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

Color convert

RGB 175 18 144 -
CMYK 0 0.90 0.18 0.31
HSL 311.85º 0.81% 0.38% -
HSV(B) 311.85º 0.9% 0.69% -
XYZ 22.93 11.56 27.41 -
YUV 79.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 175 18 144 0 0.90 0.18 0.31 311.85 0.81 0.38
Hex AF 12 90 0 5A 12 1F 138 51 26
Octal 257 22 220 0 132 22 37 470 121 46
Binary 10101111 10010 10010000 0 1011010 10010 11111 100111000 1010001 100110

Color Harmonies of #AF1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1290

Black with #AF1290

Text Example


Text Example

White with #AF1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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