Html Css Color HEX #AB3994 Medium Red Violet

📋 copy color: '#AB3994'

red 171 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #AB3994

Tints of Medium Red Violet #AB3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 45.48%
G = 15.16%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB3994 (or 0xAB3994) is known color: Medium Red Violet. HEX triplet: AB, 39 and 94. RGB value is (171,57,148). Sum of RGB (Red+Green+Blue) = 171+57+148=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3994 is #54C66B. Grayscale: #656565. Windows color (decimal): -5555820 or 9714091. OLE color: 9714091.

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

Color convert

RGB 171 57 148 -
CMYK 0 0.67 0.13 0.33
HSL 312.11º 0.5% 0.45% -
HSV(B) 312.11º 0.67% 0.67% -
XYZ 23.6 13.72 29.42 -
YUV 101.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 171 57 148 0 0.67 0.13 0.33 312.11 0.5 0.45
Hex AB 39 94 0 43 D 21 138 32 2D
Octal 253 71 224 0 103 15 41 470 62 55
Binary 10101011 111001 10010100 0 1000011 1101 100001 100111000 110010 101101

Color Harmonies of #AB3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3994

Black with #AB3994

Text Example


Text Example

White with #AB3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3994; }

 p { color: rgb(171,57,148); }

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

background-color css

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

 a { background-color: rgb(171,57,148); }

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

border-color css

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

 span { border-color: rgb(171,57,148); }

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