Html Css Color HEX #AB1B93 Medium Violet Red

📋 copy color: '#AB1B93'

red 171 ◦ green 27 ◦ blue 147

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

Shades of Medium Violet Red #AB1B93

Tints of Medium Violet Red #AB1B93

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 49.57%
G = 7.83%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB1B93 (or 0xAB1B93) is known color: Medium Violet Red. HEX triplet: AB, 1B and 93. RGB value is (171,27,147). Sum of RGB (Red+Green+Blue) = 171+27+147=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1B93 is #54E46C. Grayscale: #535353. Windows color (decimal): -5563501 or 9640875. OLE color: 9640875.

HSL color Cylindrical-coordinate representation of color #AB1B93: hue angle of 310º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B93 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 27 147 -
CMYK 0 0.84 0.14 0.33
HSL 310º 0.73% 0.39% -
HSV(B) 310º 0.84% 0.67% -
XYZ 22.45 11.55 28.65 -
YUV 83.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 171 27 147 0 0.84 0.14 0.33 310 0.73 0.39
Hex AB 1B 93 0 54 E 21 136 49 27
Octal 253 33 223 0 124 16 41 466 111 47
Binary 10101011 11011 10010011 0 1010100 1110 100001 100110110 1001001 100111

Color Harmonies of #AB1B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B93

Black with #AB1B93

Text Example


Text Example

White with #AB1B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B93; }

 p { color: rgb(171,27,147); }

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

background-color css

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

 a { background-color: rgb(171,27,147); }

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

border-color css

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

 span { border-color: rgb(171,27,147); }

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