Html Css Color HEX #AB1C82 Medium Red Violet

📋 copy color: '#AB1C82'

red 171 ◦ green 28 ◦ blue 130

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

Shades of Medium Red Violet #AB1C82

Tints of Medium Red Violet #AB1C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 51.98%
G = 8.51%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB1C82 (or 0xAB1C82) is known color: Medium Red Violet. HEX triplet: AB, 1C and 82. RGB value is (171,28,130). Sum of RGB (Red+Green+Blue) = 171+28+130=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C82 is #54E37D. Grayscale: #525252. Windows color (decimal): -5563262 or 8527019. OLE color: 8527019.

HSL color Cylindrical-coordinate representation of color #AB1C82: hue angle of 317.2º degrees, saturation: 0.72, 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 #AB1C82 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 28 130 -
CMYK 0 0.84 0.24 0.33
HSL 317.2º 0.72% 0.39% -
HSV(B) 317.2º 0.84% 0.67% -
XYZ 21.24 11.1 22.14 -
YUV 82.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 171 28 130 0 0.84 0.24 0.33 317.2 0.72 0.39
Hex AB 1C 82 0 54 18 21 13D 48 27
Octal 253 34 202 0 124 30 41 475 110 47
Binary 10101011 11100 10000010 0 1010100 11000 100001 100111101 1001000 100111

Color Harmonies of #AB1C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C82

Black with #AB1C82

Text Example


Text Example

White with #AB1C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C82; }

 p { color: rgb(171,28,130); }

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

background-color css

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

 a { background-color: rgb(171,28,130); }

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

border-color css

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

 span { border-color: rgb(171,28,130); }

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