Html Css Color HEX #AB147B Medium Violet Red

📋 copy color: '#AB147B'

red 171 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #AB147B

Tints of Medium Violet Red #AB147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 54.46%
G = 6.37%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB147B (or 0xAB147B) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7B. RGB value is (171,20,123). Sum of RGB (Red+Green+Blue) = 171+20+123=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147B is #54EB84. Grayscale: #4C4C4C. Windows color (decimal): -5565317 or 8066219. OLE color: 8066219.

HSL color Cylindrical-coordinate representation of color #AB147B: hue angle of 319.07º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB147B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 123 -
CMYK 0 0.88 0.28 0.33
HSL 319.07º 0.79% 0.37% -
HSV(B) 319.07º 0.88% 0.67% -
XYZ 20.62 10.59 19.7 -
YUV 76.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 171 20 123 0 0.88 0.28 0.33 319.07 0.79 0.37
Hex AB 14 7B 0 58 1C 21 13F 4F 25
Octal 253 24 173 0 130 34 41 477 117 45
Binary 10101011 10100 1111011 0 1011000 11100 100001 100111111 1001111 100101

Color Harmonies of #AB147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB147B

Black with #AB147B

Text Example


Text Example

White with #AB147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB147B; }

 p { color: rgb(171,20,123); }

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

background-color css

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

 a { background-color: rgb(171,20,123); }

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

border-color css

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

 span { border-color: rgb(171,20,123); }

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