Html Css Color HEX #AB2F9E Medium Red Violet

📋 copy color: '#AB2F9E'

red 171 ◦ green 47 ◦ blue 158

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

Shades of Medium Red Violet #AB2F9E

Tints of Medium Red Violet #AB2F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 45.48%
G = 12.5%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB2F9E (or 0xAB2F9E) is known color: Medium Red Violet. HEX triplet: AB, 2F and 9E. RGB value is (171,47,158). Sum of RGB (Red+Green+Blue) = 171+47+158=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2F9E is #54D061. Grayscale: #606060. Windows color (decimal): -5558370 or 10366891. OLE color: 10366891.

HSL color Cylindrical-coordinate representation of color #AB2F9E: hue angle of 306.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F9E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 47 158 -
CMYK 0 0.73 0.08 0.33
HSL 306.29º 0.57% 0.43% -
HSV(B) 306.29º 0.73% 0.67% -
XYZ 23.98 13.16 33.62 -
YUV 96.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 171 47 158 0 0.73 0.08 0.33 306.29 0.57 0.43
Hex AB 2F 9E 0 49 8 21 132 39 2B
Octal 253 57 236 0 111 10 41 462 71 53
Binary 10101011 101111 10011110 0 1001001 1000 100001 100110010 111001 101011

Color Harmonies of #AB2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F9E

Black with #AB2F9E

Text Example


Text Example

White with #AB2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F9E; }

 p { color: rgb(171,47,158); }

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

background-color css

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

 a { background-color: rgb(171,47,158); }

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

border-color css

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

 span { border-color: rgb(171,47,158); }

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