Html Css Color HEX #AB2C7B Medium Red Violet

📋 copy color: '#AB2C7B'

red 171 ◦ green 44 ◦ blue 123

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

Shades of Medium Red Violet #AB2C7B

Tints of Medium Red Violet #AB2C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

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

R = 50.59%
G = 13.02%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB2C7B (or 0xAB2C7B) is known color: Medium Red Violet. HEX triplet: AB, 2C and 7B. RGB value is (171,44,123). Sum of RGB (Red+Green+Blue) = 171+44+123=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C7B is #54D384. Grayscale: #5A5A5A. Windows color (decimal): -5559173 or 8072363. OLE color: 8072363.

HSL color Cylindrical-coordinate representation of color #AB2C7B: hue angle of 322.68º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C7B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 44 123 -
CMYK 0 0.74 0.28 0.33
HSL 322.68º 0.59% 0.42% -
HSV(B) 322.68º 0.74% 0.67% -
XYZ 21.27 11.89 19.91 -
YUV 90.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 171 44 123 0 0.74 0.28 0.33 322.68 0.59 0.42
Hex AB 2C 7B 0 4A 1C 21 143 3B 2A
Octal 253 54 173 0 112 34 41 503 73 52
Binary 10101011 101100 1111011 0 1001010 11100 100001 101000011 111011 101010

Color Harmonies of #AB2C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C7B

Black with #AB2C7B

Text Example


Text Example

White with #AB2C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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