Html Css Color HEX #AB2B8F Medium Red Violet

📋 copy color: '#AB2B8F'

red 171 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #AB2B8F

Tints of Medium Red Violet #AB2B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 47.9%
G = 12.04%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB2B8F (or 0xAB2B8F) is known color: Medium Red Violet. HEX triplet: AB, 2B and 8F. RGB value is (171,43,143). Sum of RGB (Red+Green+Blue) = 171+43+143=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B8F is #54D470. Grayscale: #5C5C5C. Windows color (decimal): -5559409 or 9382827. OLE color: 9382827.

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

Color convert

RGB 171 43 143 -
CMYK 0 0.75 0.16 0.33
HSL 313.13º 0.6% 0.42% -
HSV(B) 313.13º 0.75% 0.67% -
XYZ 22.62 12.37 27.18 -
YUV 92.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 171 43 143 0 0.75 0.16 0.33 313.13 0.6 0.42
Hex AB 2B 8F 0 4B 10 21 139 3C 2A
Octal 253 53 217 0 113 20 41 471 74 52
Binary 10101011 101011 10001111 0 1001011 10000 100001 100111001 111100 101010

Color Harmonies of #AB2B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B8F

Black with #AB2B8F

Text Example


Text Example

White with #AB2B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B8F; }

 p { color: rgb(171,43,143); }

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

background-color css

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

 a { background-color: rgb(171,43,143); }

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

border-color css

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

 span { border-color: rgb(171,43,143); }

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