Html Css Color HEX #AB4292 Medium Red Violet

📋 copy color: '#AB4292'

red 171 ◦ green 66 ◦ blue 146

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

Shades of Medium Red Violet #AB4292

Tints of Medium Red Violet #AB4292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 44.65%
G = 17.23%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB4292 (or 0xAB4292) is known color: Medium Red Violet. HEX triplet: AB, 42 and 92. RGB value is (171,66,146). Sum of RGB (Red+Green+Blue) = 171+66+146=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4292 is #54BD6D. Grayscale: #6A6A6A. Windows color (decimal): -5553518 or 9585323. OLE color: 9585323.

HSL color Cylindrical-coordinate representation of color #AB4292: hue angle of 314.29º 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 #AB4292 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 146 -
CMYK 0 0.61 0.15 0.33
HSL 314.29º 0.44% 0.46% -
HSV(B) 314.29º 0.61% 0.67% -
XYZ 23.93 14.63 28.76 -
YUV 106.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 171 66 146 0 0.61 0.15 0.33 314.29 0.44 0.46
Hex AB 42 92 0 3D F 21 13A 2C 2E
Octal 253 102 222 0 75 17 41 472 54 56
Binary 10101011 1000010 10010010 0 111101 1111 100001 100111010 101100 101110

Color Harmonies of #AB4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4292

Black with #AB4292

Text Example


Text Example

White with #AB4292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4292; }

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

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

background-color css

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

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

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

border-color css

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

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

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