Html Css Color HEX #AB1FA4 Medium Red Violet

📋 copy color: '#AB1FA4'

red 171 ◦ green 31 ◦ blue 164

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

Shades of Medium Red Violet #AB1FA4

Tints of Medium Red Violet #AB1FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.81%

R = 46.72%
G = 8.47%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB1FA4 (or 0xAB1FA4) is known color: Medium Red Violet. HEX triplet: AB, 1F and A4. RGB value is (171,31,164). Sum of RGB (Red+Green+Blue) = 171+31+164=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FA4 is #54E05B. Grayscale: #575757. Windows color (decimal): -5562460 or 10756011. OLE color: 10756011.

HSL color Cylindrical-coordinate representation of color #AB1FA4: hue angle of 303º 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 #AB1FA4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 164 -
CMYK 0 0.82 0.04 0.33
HSL 303º 0.69% 0.4% -
HSV(B) 303º 0.82% 0.67% -
XYZ 23.99 12.32 36.24 -
YUV 88.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 171 31 164 0 0.82 0.04 0.33 303 0.69 0.4
Hex AB 1F A4 0 52 4 21 12F 45 28
Octal 253 37 244 0 122 4 41 457 105 50
Binary 10101011 11111 10100100 0 1010010 100 100001 100101111 1000101 101000

Color Harmonies of #AB1FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FA4

Black with #AB1FA4

Text Example


Text Example

White with #AB1FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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