Html Css Color HEX #AB2089 Medium Red Violet

📋 copy color: '#AB2089'

red 171 ◦ green 32 ◦ blue 137

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

Shades of Medium Red Violet #AB2089

Tints of Medium Red Violet #AB2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 50.29%
G = 9.41%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB2089 (or 0xAB2089) is known color: Medium Red Violet. HEX triplet: AB, 20 and 89. RGB value is (171,32,137). Sum of RGB (Red+Green+Blue) = 171+32+137=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2089 is #54DF76. Grayscale: #555555. Windows color (decimal): -5562231 or 8986795. OLE color: 8986795.

HSL color Cylindrical-coordinate representation of color #AB2089: hue angle of 314.68º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2089 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 137 -
CMYK 0 0.81 0.20 0.33
HSL 314.68º 0.68% 0.4% -
HSV(B) 314.68º 0.81% 0.67% -
XYZ 21.83 11.5 24.74 -
YUV 85.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 171 32 137 0 0.81 0.20 0.33 314.68 0.68 0.4
Hex AB 20 89 0 51 14 21 13B 44 28
Octal 253 40 211 0 121 24 41 473 104 50
Binary 10101011 100000 10001001 0 1010001 10100 100001 100111011 1000100 101000

Color Harmonies of #AB2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2089

Black with #AB2089

Text Example


Text Example

White with #AB2089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2089; }

 p { color: rgb(171,32,137); }

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

background-color css

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

 a { background-color: rgb(171,32,137); }

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

border-color css

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

 span { border-color: rgb(171,32,137); }

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