Html Css Color HEX #AB158A Medium Violet Red

📋 copy color: '#AB158A'

red 171 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #AB158A

Tints of Medium Violet Red #AB158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 51.82%
G = 6.36%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB158A (or 0xAB158A) is known color: Medium Violet Red. HEX triplet: AB, 15 and 8A. RGB value is (171,21,138). Sum of RGB (Red+Green+Blue) = 171+21+138=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB158A is #54EA75. Grayscale: #4E4E4E. Windows color (decimal): -5565046 or 9049515. OLE color: 9049515.

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

Color convert

RGB 171 21 138 -
CMYK 0 0.88 0.19 0.33
HSL 313.2º 0.78% 0.38% -
HSV(B) 313.2º 0.88% 0.67% -
XYZ 21.65 11.03 25.03 -
YUV 79.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 171 21 138 0 0.88 0.19 0.33 313.2 0.78 0.38
Hex AB 15 8A 0 58 13 21 139 4E 26
Octal 253 25 212 0 130 23 41 471 116 46
Binary 10101011 10101 10001010 0 1011000 10011 100001 100111001 1001110 100110

Color Harmonies of #AB158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB158A

Black with #AB158A

Text Example


Text Example

White with #AB158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB158A; }

 p { color: rgb(171,21,138); }

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

background-color css

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

 a { background-color: rgb(171,21,138); }

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

border-color css

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

 span { border-color: rgb(171,21,138); }

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