Html Css Color HEX #AB3C7F Medium Red Violet

📋 copy color: '#AB3C7F'

red 171 ◦ green 60 ◦ blue 127

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

Shades of Medium Red Violet #AB3C7F

Tints of Medium Red Violet #AB3C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 47.77%
G = 16.76%
B = 35.47%

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

#AB3C7F (or 0xAB3C7F) is known color: Medium Red Violet. HEX triplet: AB, 3C and 7F. RGB value is (171,60,127). Sum of RGB (Red+Green+Blue) = 171+60+127=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C7F is #54C380. Grayscale: #646464. Windows color (decimal): -5555073 or 8338603. OLE color: 8338603.

HSL color Cylindrical-coordinate representation of color #AB3C7F: hue angle of 323.78º 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 #AB3C7F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 127 -
CMYK 0 0.65 0.26 0.33
HSL 323.78º 0.48% 0.45% -
HSV(B) 323.78º 0.65% 0.67% -
XYZ 22.24 13.42 21.5 -
YUV 100.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 171 60 127 0 0.65 0.26 0.33 323.78 0.48 0.45
Hex AB 3C 7F 0 41 1A 21 144 30 2D
Octal 253 74 177 0 101 32 41 504 60 55
Binary 10101011 111100 1111111 0 1000001 11010 100001 101000100 110000 101101

Color Harmonies of #AB3C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C7F

Black with #AB3C7F

Text Example


Text Example

White with #AB3C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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