Html Css Color HEX #AB1F75 Medium Red Violet

📋 copy color: '#AB1F75'

red 171 ◦ green 31 ◦ blue 117

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

Shades of Medium Red Violet #AB1F75

Tints of Medium Red Violet #AB1F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 53.61%
G = 9.72%
B = 36.68%

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

#AB1F75 (or 0xAB1F75) is known color: Medium Red Violet. HEX triplet: AB, 1F and 75. RGB value is (171,31,117). Sum of RGB (Red+Green+Blue) = 171+31+117=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F75 is #54E08A. Grayscale: #525252. Windows color (decimal): -5562507 or 7675819. OLE color: 7675819.

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

Color convert

RGB 171 31 117 -
CMYK 0 0.82 0.32 0.33
HSL 323.14º 0.69% 0.4% -
HSV(B) 323.14º 0.82% 0.67% -
XYZ 20.5 10.92 17.86 -
YUV 82.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 171 31 117 0 0.82 0.32 0.33 323.14 0.69 0.4
Hex AB 1F 75 0 52 20 21 143 45 28
Octal 253 37 165 0 122 40 41 503 105 50
Binary 10101011 11111 1110101 0 1010010 100000 100001 101000011 1000101 101000

Color Harmonies of #AB1F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F75

Black with #AB1F75

Text Example


Text Example

White with #AB1F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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