Html Css Color HEX #AB1F7B Medium Red Violet

📋 copy color: '#AB1F7B'

red 171 ◦ green 31 ◦ blue 123

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

Shades of Medium Red Violet #AB1F7B

Tints of Medium Red Violet #AB1F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 52.62%
G = 9.54%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB1F7B (or 0xAB1F7B) is known color: Medium Red Violet. HEX triplet: AB, 1F and 7B. RGB value is (171,31,123). Sum of RGB (Red+Green+Blue) = 171+31+123=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F7B is #54E084. Grayscale: #535353. Windows color (decimal): -5562501 or 8069035. OLE color: 8069035.

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

Color convert

RGB 171 31 123 -
CMYK 0 0.82 0.28 0.33
HSL 320.57º 0.69% 0.4% -
HSV(B) 320.57º 0.82% 0.67% -
XYZ 20.86 11.07 19.78 -
YUV 83.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 171 31 123 0 0.82 0.28 0.33 320.57 0.69 0.4
Hex AB 1F 7B 0 52 1C 21 141 45 28
Octal 253 37 173 0 122 34 41 501 105 50
Binary 10101011 11111 1111011 0 1010010 11100 100001 101000001 1000101 101000

Color Harmonies of #AB1F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F7B

Black with #AB1F7B

Text Example


Text Example

White with #AB1F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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