Html Css Color HEX #AB148C Medium Violet Red

📋 copy color: '#AB148C'

red 171 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #AB148C

Tints of Medium Violet Red #AB148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 51.66%
G = 6.04%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB148C (or 0xAB148C) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8C. RGB value is (171,20,140). Sum of RGB (Red+Green+Blue) = 171+20+140=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148C is #54EB73. Grayscale: #4E4E4E. Windows color (decimal): -5565300 or 9180331. OLE color: 9180331.

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

Color convert

RGB 171 20 140 -
CMYK 0 0.88 0.18 0.33
HSL 312.32º 0.79% 0.37% -
HSV(B) 312.32º 0.88% 0.67% -
XYZ 21.78 11.05 25.8 -
YUV 78.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 171 20 140 0 0.88 0.18 0.33 312.32 0.79 0.37
Hex AB 14 8C 0 58 12 21 138 4F 25
Octal 253 24 214 0 130 22 41 470 117 45
Binary 10101011 10100 10001100 0 1011000 10010 100001 100111000 1001111 100101

Color Harmonies of #AB148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB148C

Black with #AB148C

Text Example


Text Example

White with #AB148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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