Html Css Color HEX #AB3A81 Medium Red Violet

📋 copy color: '#AB3A81'

red 171 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #AB3A81

Tints of Medium Red Violet #AB3A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.2%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 47.77%
G = 16.2%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB3A81 (or 0xAB3A81) is known color: Medium Red Violet. HEX triplet: AB, 3A and 81. RGB value is (171,58,129). Sum of RGB (Red+Green+Blue) = 171+58+129=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3A81 is #54C57E. Grayscale: #636363. Windows color (decimal): -5555583 or 8469163. OLE color: 8469163.

HSL color Cylindrical-coordinate representation of color #AB3A81: hue angle of 322.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A81 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 129 -
CMYK 0 0.66 0.25 0.33
HSL 322.3º 0.49% 0.45% -
HSV(B) 322.3º 0.66% 0.67% -
XYZ 22.27 13.27 22.16 -
YUV 99.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 171 58 129 0 0.66 0.25 0.33 322.3 0.49 0.45
Hex AB 3A 81 0 42 19 21 142 31 2D
Octal 253 72 201 0 102 31 41 502 61 55
Binary 10101011 111010 10000001 0 1000010 11001 100001 101000010 110001 101101

Color Harmonies of #AB3A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A81

Black with #AB3A81

Text Example


Text Example

White with #AB3A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A81; }

 p { color: rgb(171,58,129); }

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

background-color css

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

 a { background-color: rgb(171,58,129); }

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

border-color css

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

 span { border-color: rgb(171,58,129); }

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