Html Css Color HEX #AB2A8C Medium Red Violet

📋 copy color: '#AB2A8C'

red 171 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #AB2A8C

Tints of Medium Red Violet #AB2A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 48.44%
G = 11.9%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB2A8C (or 0xAB2A8C) is known color: Medium Red Violet. HEX triplet: AB, 2A and 8C. RGB value is (171,42,140). Sum of RGB (Red+Green+Blue) = 171+42+140=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2A8C is #54D573. Grayscale: #5B5B5B. Windows color (decimal): -5559668 or 9185963. OLE color: 9185963.

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

Color convert

RGB 171 42 140 -
CMYK 0 0.75 0.18 0.33
HSL 314.42º 0.61% 0.42% -
HSV(B) 314.42º 0.75% 0.67% -
XYZ 22.36 12.21 25.99 -
YUV 91.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 171 42 140 0 0.75 0.18 0.33 314.42 0.61 0.42
Hex AB 2A 8C 0 4B 12 21 13A 3D 2A
Octal 253 52 214 0 113 22 41 472 75 52
Binary 10101011 101010 10001100 0 1001011 10010 100001 100111010 111101 101010

Color Harmonies of #AB2A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A8C

Black with #AB2A8C

Text Example


Text Example

White with #AB2A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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