Html Css Color HEX #AB3F93 Medium Red Violet

📋 copy color: '#AB3F93'

red 171 ◦ green 63 ◦ blue 147

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

Shades of Medium Red Violet #AB3F93

Tints of Medium Red Violet #AB3F93

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 44.88%
G = 16.54%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB3F93 (or 0xAB3F93) is known color: Medium Red Violet. HEX triplet: AB, 3F and 93. RGB value is (171,63,147). Sum of RGB (Red+Green+Blue) = 171+63+147=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F93 is #54C06C. Grayscale: #686868. Windows color (decimal): -5554285 or 9650091. OLE color: 9650091.

HSL color Cylindrical-coordinate representation of color #AB3F93: hue angle of 313.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F93 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 63 147 -
CMYK 0 0.63 0.14 0.33
HSL 313.33º 0.46% 0.46% -
HSV(B) 313.33º 0.63% 0.67% -
XYZ 23.84 14.32 29.11 -
YUV 104.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 171 63 147 0 0.63 0.14 0.33 313.33 0.46 0.46
Hex AB 3F 93 0 3F E 21 139 2E 2E
Octal 253 77 223 0 77 16 41 471 56 56
Binary 10101011 111111 10010011 0 111111 1110 100001 100111001 101110 101110

Color Harmonies of #AB3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F93

Black with #AB3F93

Text Example


Text Example

White with #AB3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F93; }

 p { color: rgb(171,63,147); }

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

background-color css

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

 a { background-color: rgb(171,63,147); }

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

border-color css

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

 span { border-color: rgb(171,63,147); }

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