Html Css Color HEX #AB168F Medium Violet Red

📋 copy color: '#AB168F'

red 171 ◦ green 22 ◦ blue 143

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

Shades of Medium Violet Red #AB168F

Tints of Medium Violet Red #AB168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 50.89%
G = 6.55%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB168F (or 0xAB168F) is known color: Medium Violet Red. HEX triplet: AB, 16 and 8F. RGB value is (171,22,143). Sum of RGB (Red+Green+Blue) = 171+22+143=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB168F is #54E970. Grayscale: #505050. Windows color (decimal): -5564785 or 9377451. OLE color: 9377451.

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

Color convert

RGB 171 22 143 -
CMYK 0 0.87 0.16 0.33
HSL 311.28º 0.77% 0.38% -
HSV(B) 311.28º 0.87% 0.67% -
XYZ 22.04 11.21 26.99 -
YUV 80.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 171 22 143 0 0.87 0.16 0.33 311.28 0.77 0.38
Hex AB 16 8F 0 57 10 21 137 4D 26
Octal 253 26 217 0 127 20 41 467 115 46
Binary 10101011 10110 10001111 0 1010111 10000 100001 100110111 1001101 100110

Color Harmonies of #AB168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB168F

Black with #AB168F

Text Example


Text Example

White with #AB168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB168F; }

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

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

background-color css

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

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

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

border-color css

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

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

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