Html Css Color HEX #AB138B Medium Violet Red

📋 copy color: '#AB138B'

red 171 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #AB138B

Tints of Medium Violet Red #AB138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 51.98%
G = 5.78%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB138B (or 0xAB138B) is known color: Medium Violet Red. HEX triplet: AB, 13 and 8B. RGB value is (171,19,139). Sum of RGB (Red+Green+Blue) = 171+19+139=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB138B is #54EC74. Grayscale: #4D4D4D. Windows color (decimal): -5565557 or 9114539. OLE color: 9114539.

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

Color convert

RGB 171 19 139 -
CMYK 0 0.89 0.19 0.33
HSL 312.63º 0.8% 0.37% -
HSV(B) 312.63º 0.89% 0.67% -
XYZ 21.69 10.99 25.4 -
YUV 78.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 171 19 139 0 0.89 0.19 0.33 312.63 0.8 0.37
Hex AB 13 8B 0 59 13 21 139 50 25
Octal 253 23 213 0 131 23 41 471 120 45
Binary 10101011 10011 10001011 0 1011001 10011 100001 100111001 1010000 100101

Color Harmonies of #AB138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB138B

Black with #AB138B

Text Example


Text Example

White with #AB138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB138B; }

 p { color: rgb(171,19,139); }

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

background-color css

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

 a { background-color: rgb(171,19,139); }

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

border-color css

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

 span { border-color: rgb(171,19,139); }

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