Html Css Color HEX #AB4295 Medium Red Violet

📋 copy color: '#AB4295'

red 171 ◦ green 66 ◦ blue 149

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

Shades of Medium Red Violet #AB4295

Tints of Medium Red Violet #AB4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 44.3%
G = 17.1%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB4295 (or 0xAB4295) is known color: Medium Red Violet. HEX triplet: AB, 42 and 95. RGB value is (171,66,149). Sum of RGB (Red+Green+Blue) = 171+66+149=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4295 is #54BD6A. Grayscale: #6A6A6A. Windows color (decimal): -5553515 or 9781931. OLE color: 9781931.

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

Color convert

RGB 171 66 149 -
CMYK 0 0.61 0.13 0.33
HSL 312.57º 0.44% 0.46% -
HSV(B) 312.57º 0.61% 0.67% -
XYZ 24.17 14.72 30 -
YUV 106.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 171 66 149 0 0.61 0.13 0.33 312.57 0.44 0.46
Hex AB 42 95 0 3D D 21 139 2C 2E
Octal 253 102 225 0 75 15 41 471 54 56
Binary 10101011 1000010 10010101 0 111101 1101 100001 100111001 101100 101110

Color Harmonies of #AB4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4295

Black with #AB4295

Text Example


Text Example

White with #AB4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4295; }

 p { color: rgb(171,66,149); }

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

background-color css

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

 a { background-color: rgb(171,66,149); }

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

border-color css

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

 span { border-color: rgb(171,66,149); }

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