Html Css Color HEX #AB2A76 Medium Red Violet

📋 copy color: '#AB2A76'

red 171 ◦ green 42 ◦ blue 118

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

Shades of Medium Red Violet #AB2A76

Tints of Medium Red Violet #AB2A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 51.66%
G = 12.69%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB2A76 (or 0xAB2A76) is known color: Medium Red Violet. HEX triplet: AB, 2A and 76. RGB value is (171,42,118). Sum of RGB (Red+Green+Blue) = 171+42+118=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A76 is #54D589. Grayscale: #595959. Windows color (decimal): -5559690 or 7744171. OLE color: 7744171.

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

Color convert

RGB 171 42 118 -
CMYK 0 0.75 0.31 0.33
HSL 324.65º 0.61% 0.42% -
HSV(B) 324.65º 0.75% 0.67% -
XYZ 20.89 11.62 18.28 -
YUV 89.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 171 42 118 0 0.75 0.31 0.33 324.65 0.61 0.42
Hex AB 2A 76 0 4B 1F 21 145 3D 2A
Octal 253 52 166 0 113 37 41 505 75 52
Binary 10101011 101010 1110110 0 1001011 11111 100001 101000101 111101 101010

Color Harmonies of #AB2A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A76

Black with #AB2A76

Text Example


Text Example

White with #AB2A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A76; }

 p { color: rgb(171,42,118); }

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

background-color css

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

 a { background-color: rgb(171,42,118); }

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

border-color css

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

 span { border-color: rgb(171,42,118); }

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