Html Css Color HEX #AB1794 Medium Violet Red

📋 copy color: '#AB1794'

red 171 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #AB1794

Tints of Medium Violet Red #AB1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.73%

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

R = 50%
G = 6.73%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB1794 (or 0xAB1794) is known color: Medium Violet Red. HEX triplet: AB, 17 and 94. RGB value is (171,23,148). Sum of RGB (Red+Green+Blue) = 171+23+148=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1794 is #54E86B. Grayscale: #515151. Windows color (decimal): -5564524 or 9705387. OLE color: 9705387.

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

Color convert

RGB 171 23 148 -
CMYK 0 0.87 0.13 0.33
HSL 309.32º 0.76% 0.38% -
HSV(B) 309.32º 0.87% 0.67% -
XYZ 22.45 11.41 29.04 -
YUV 81.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 171 23 148 0 0.87 0.13 0.33 309.32 0.76 0.38
Hex AB 17 94 0 57 D 21 135 4C 26
Octal 253 27 224 0 127 15 41 465 114 46
Binary 10101011 10111 10010100 0 1010111 1101 100001 100110101 1001100 100110

Color Harmonies of #AB1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1794

Black with #AB1794

Text Example


Text Example

White with #AB1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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