Html Css Color HEX #AB4193 Medium Red Violet

📋 copy color: '#AB4193'

red 171 ◦ green 65 ◦ blue 147

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

Shades of Medium Red Violet #AB4193

Tints of Medium Red Violet #AB4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 44.65%
G = 16.97%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB4193 (or 0xAB4193) is known color: Medium Red Violet. HEX triplet: AB, 41 and 93. RGB value is (171,65,147). Sum of RGB (Red+Green+Blue) = 171+65+147=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4193 is #54BE6C. Grayscale: #696969. Windows color (decimal): -5553773 or 9650603. OLE color: 9650603.

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

Color convert

RGB 171 65 147 -
CMYK 0 0.62 0.14 0.33
HSL 313.58º 0.45% 0.46% -
HSV(B) 313.58º 0.62% 0.67% -
XYZ 23.95 14.55 29.15 -
YUV 106.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 171 65 147 0 0.62 0.14 0.33 313.58 0.45 0.46
Hex AB 41 93 0 3E E 21 13A 2D 2E
Octal 253 101 223 0 76 16 41 472 55 56
Binary 10101011 1000001 10010011 0 111110 1110 100001 100111010 101101 101110

Color Harmonies of #AB4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4193

Black with #AB4193

Text Example


Text Example

White with #AB4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4193; }

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

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

background-color css

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

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

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

border-color css

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

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

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