Html Css Color HEX #AB2770 Medium Red Violet

📋 copy color: '#AB2770'

red 171 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #AB2770

Tints of Medium Red Violet #AB2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 53.11%
G = 12.11%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB2770 (or 0xAB2770) is known color: Medium Red Violet. HEX triplet: AB, 27 and 70. RGB value is (171,39,112). Sum of RGB (Red+Green+Blue) = 171+39+112=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2770 is #54D88F. Grayscale: #565656. Windows color (decimal): -5560464 or 7350187. OLE color: 7350187.

HSL color Cylindrical-coordinate representation of color #AB2770: hue angle of 326.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2770 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 112 -
CMYK 0 0.77 0.35 0.33
HSL 326.82º 0.63% 0.41% -
HSV(B) 326.82º 0.77% 0.67% -
XYZ 20.44 11.28 16.43 -
YUV 86.79 142.23 188.06 -
System Red Green Blue C M Y K H S L
Decimal 171 39 112 0 0.77 0.35 0.33 326.82 0.63 0.41
Hex AB 27 70 0 4D 23 21 147 3F 29
Octal 253 47 160 0 115 43 41 507 77 51
Binary 10101011 100111 1110000 0 1001101 100011 100001 101000111 111111 101001

Color Harmonies of #AB2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2770

Black with #AB2770

Text Example


Text Example

White with #AB2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2770; }

 p { color: rgb(171,39,112); }

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

background-color css

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

 a { background-color: rgb(171,39,112); }

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

border-color css

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

 span { border-color: rgb(171,39,112); }

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