Html Css Color HEX #AB208C Medium Red Violet

📋 copy color: '#AB208C'

red 171 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #AB208C

Tints of Medium Red Violet #AB208C

RGB

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

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

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

R = 49.85%
G = 9.33%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB208C (or 0xAB208C) is known color: Medium Red Violet. HEX triplet: AB, 20 and 8C. RGB value is (171,32,140). Sum of RGB (Red+Green+Blue) = 171+32+140=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB208C is #54DF73. Grayscale: #555555. Windows color (decimal): -5562228 or 9183403. OLE color: 9183403.

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

Color convert

RGB 171 32 140 -
CMYK 0 0.81 0.18 0.33
HSL 313.38º 0.68% 0.4% -
HSV(B) 313.38º 0.81% 0.67% -
XYZ 22.04 11.58 25.89 -
YUV 85.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 171 32 140 0 0.81 0.18 0.33 313.38 0.68 0.4
Hex AB 20 8C 0 51 12 21 139 44 28
Octal 253 40 214 0 121 22 41 471 104 50
Binary 10101011 100000 10001100 0 1010001 10010 100001 100111001 1000100 101000

Color Harmonies of #AB208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB208C

Black with #AB208C

Text Example


Text Example

White with #AB208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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