Html Css Color HEX #AB3194 Medium Red Violet

📋 copy color: '#AB3194'

red 171 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #AB3194

Tints of Medium Red Violet #AB3194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.32%

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

R = 46.47%
G = 13.32%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB3194 (or 0xAB3194) is known color: Medium Red Violet. HEX triplet: AB, 31 and 94. RGB value is (171,49,148). Sum of RGB (Red+Green+Blue) = 171+49+148=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3194 is #54CE6B. Grayscale: #606060. Windows color (decimal): -5557868 or 9712043. OLE color: 9712043.

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

Color convert

RGB 171 49 148 -
CMYK 0 0.71 0.13 0.33
HSL 311.31º 0.55% 0.43% -
HSV(B) 311.31º 0.71% 0.67% -
XYZ 23.24 12.99 29.3 -
YUV 96.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 171 49 148 0 0.71 0.13 0.33 311.31 0.55 0.43
Hex AB 31 94 0 47 D 21 137 37 2B
Octal 253 61 224 0 107 15 41 467 67 53
Binary 10101011 110001 10010100 0 1000111 1101 100001 100110111 110111 101011

Color Harmonies of #AB3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3194

Black with #AB3194

Text Example


Text Example

White with #AB3194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3194; }

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

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

background-color css

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

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

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

border-color css

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

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

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