Html Css Color HEX #AB3C7E Medium Red Violet

📋 copy color: '#AB3C7E'

red 171 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #AB3C7E

Tints of Medium Red Violet #AB3C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 47.9%
G = 16.81%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB3C7E (or 0xAB3C7E) is known color: Medium Red Violet. HEX triplet: AB, 3C and 7E. RGB value is (171,60,126). Sum of RGB (Red+Green+Blue) = 171+60+126=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C7E is #54C381. Grayscale: #646464. Windows color (decimal): -5555074 or 8273067. OLE color: 8273067.

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

Color convert

RGB 171 60 126 -
CMYK 0 0.65 0.26 0.33
HSL 324.32º 0.48% 0.45% -
HSV(B) 324.32º 0.65% 0.67% -
XYZ 22.18 13.4 21.16 -
YUV 100.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 171 60 126 0 0.65 0.26 0.33 324.32 0.48 0.45
Hex AB 3C 7E 0 41 1A 21 144 30 2D
Octal 253 74 176 0 101 32 41 504 60 55
Binary 10101011 111100 1111110 0 1000001 11010 100001 101000100 110000 101101

Color Harmonies of #AB3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C7E

Black with #AB3C7E

Text Example


Text Example

White with #AB3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C7E; }

 p { color: rgb(171,60,126); }

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

background-color css

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

 a { background-color: rgb(171,60,126); }

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

border-color css

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

 span { border-color: rgb(171,60,126); }

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