Html Css Color HEX #AB2DA0 Medium Red Violet

📋 copy color: '#AB2DA0'

red 171 ◦ green 45 ◦ blue 160

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

Shades of Medium Red Violet #AB2DA0

Tints of Medium Red Violet #AB2DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 45.48%
G = 11.97%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB2DA0 (or 0xAB2DA0) is known color: Medium Red Violet. HEX triplet: AB, 2D and A0. RGB value is (171,45,160). Sum of RGB (Red+Green+Blue) = 171+45+160=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2DA0 is #54D25F. Grayscale: #5F5F5F. Windows color (decimal): -5558880 or 10497451. OLE color: 10497451.

HSL color Cylindrical-coordinate representation of color #AB2DA0: hue angle of 305.24º degrees, saturation: 0.58, 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 #AB2DA0 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 45 160 -
CMYK 0 0.74 0.06 0.33
HSL 305.24º 0.58% 0.42% -
HSV(B) 305.24º 0.74% 0.67% -
XYZ 24.08 13.07 34.51 -
YUV 95.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 171 45 160 0 0.74 0.06 0.33 305.24 0.58 0.42
Hex AB 2D A0 0 4A 6 21 131 3A 2A
Octal 253 55 240 0 112 6 41 461 72 52
Binary 10101011 101101 10100000 0 1001010 110 100001 100110001 111010 101010

Color Harmonies of #AB2DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DA0

Black with #AB2DA0

Text Example


Text Example

White with #AB2DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DA0; }

 p { color: rgb(171,45,160); }

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

background-color css

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

 a { background-color: rgb(171,45,160); }

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

border-color css

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

 span { border-color: rgb(171,45,160); }

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