Html Css Color HEX #AB1694 Medium Violet Red

📋 copy color: '#AB1694'

red 171 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #AB1694

Tints of Medium Violet Red #AB1694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

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

R = 50.15%
G = 6.45%
B = 43.4%

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

#AB1694 (or 0xAB1694) is known color: Medium Violet Red. HEX triplet: AB, 16 and 94. RGB value is (171,22,148). Sum of RGB (Red+Green+Blue) = 171+22+148=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1694 is #54E96B. Grayscale: #505050. Windows color (decimal): -5564780 or 9705131. OLE color: 9705131.

HSL color Cylindrical-coordinate representation of color #AB1694: hue angle of 309.26º degrees, saturation: 0.77, 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 #AB1694 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 148 -
CMYK 0 0.87 0.13 0.33
HSL 309.26º 0.77% 0.38% -
HSV(B) 309.26º 0.87% 0.67% -
XYZ 22.43 11.37 29.03 -
YUV 80.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 171 22 148 0 0.87 0.13 0.33 309.26 0.77 0.38
Hex AB 16 94 0 57 D 21 135 4D 26
Octal 253 26 224 0 127 15 41 465 115 46
Binary 10101011 10110 10010100 0 1010111 1101 100001 100110101 1001101 100110

Color Harmonies of #AB1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1694

Black with #AB1694

Text Example


Text Example

White with #AB1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1694; }

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

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

background-color css

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

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

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

border-color css

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

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

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