Html Css Color HEX #AB1F74 Medium Red Violet

📋 copy color: '#AB1F74'

red 171 ◦ green 31 ◦ blue 116

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

Shades of Medium Red Violet #AB1F74

Tints of Medium Red Violet #AB1F74

RGB

 RED value IS 171 (67.19% from 255) = 53.77%

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 53.77%
G = 9.75%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB1F74 (or 0xAB1F74) is known color: Medium Red Violet. HEX triplet: AB, 1F and 74. RGB value is (171,31,116). Sum of RGB (Red+Green+Blue) = 171+31+116=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F74 is #54E08B. Grayscale: #525252. Windows color (decimal): -5562508 or 7610283. OLE color: 7610283.

HSL color Cylindrical-coordinate representation of color #AB1F74: hue angle of 323.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F74 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 116 -
CMYK 0 0.82 0.32 0.33
HSL 323.57º 0.69% 0.4% -
HSV(B) 323.57º 0.82% 0.67% -
XYZ 20.44 10.9 17.55 -
YUV 82.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 171 31 116 0 0.82 0.32 0.33 323.57 0.69 0.4
Hex AB 1F 74 0 52 20 21 144 45 28
Octal 253 37 164 0 122 40 41 504 105 50
Binary 10101011 11111 1110100 0 1010010 100000 100001 101000100 1000101 101000

Color Harmonies of #AB1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F74

Black with #AB1F74

Text Example


Text Example

White with #AB1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F74; }

 p { color: rgb(171,31,116); }

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

background-color css

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

 a { background-color: rgb(171,31,116); }

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

border-color css

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

 span { border-color: rgb(171,31,116); }

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