Html Css Color HEX #AB2C8E Medium Red Violet

📋 copy color: '#AB2C8E'

red 171 ◦ green 44 ◦ blue 142

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

Shades of Medium Red Violet #AB2C8E

Tints of Medium Red Violet #AB2C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 47.9%
G = 12.32%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB2C8E (or 0xAB2C8E) is known color: Medium Red Violet. HEX triplet: AB, 2C and 8E. RGB value is (171,44,142). Sum of RGB (Red+Green+Blue) = 171+44+142=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2C8E is #54D371. Grayscale: #5C5C5C. Windows color (decimal): -5559154 or 9317547. OLE color: 9317547.

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

Color convert

RGB 171 44 142 -
CMYK 0 0.74 0.17 0.33
HSL 313.7º 0.59% 0.42% -
HSV(B) 313.7º 0.74% 0.67% -
XYZ 22.58 12.41 26.8 -
YUV 93.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 171 44 142 0 0.74 0.17 0.33 313.7 0.59 0.42
Hex AB 2C 8E 0 4A 11 21 13A 3B 2A
Octal 253 54 216 0 112 21 41 472 73 52
Binary 10101011 101100 10001110 0 1001010 10001 100001 100111010 111011 101010

Color Harmonies of #AB2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C8E

Black with #AB2C8E

Text Example


Text Example

White with #AB2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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