Html Css Color HEX #AB3277 Medium Red Violet

📋 copy color: '#AB3277'

red 171 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #AB3277

Tints of Medium Red Violet #AB3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 50.29%
G = 14.71%
B = 35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB3277 (or 0xAB3277) is known color: Medium Red Violet. HEX triplet: AB, 32 and 77. RGB value is (171,50,119). Sum of RGB (Red+Green+Blue) = 171+50+119=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3277 is #54CD88. Grayscale: #5D5D5D. Windows color (decimal): -5557641 or 7811755. OLE color: 7811755.

HSL color Cylindrical-coordinate representation of color #AB3277: hue angle of 325.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3277 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 119 -
CMYK 0 0.71 0.30 0.33
HSL 325.79º 0.55% 0.43% -
HSV(B) 325.79º 0.71% 0.67% -
XYZ 21.26 12.27 18.7 -
YUV 94.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 171 50 119 0 0.71 0.30 0.33 325.79 0.55 0.43
Hex AB 32 77 0 47 1E 21 146 37 2B
Octal 253 62 167 0 107 36 41 506 67 53
Binary 10101011 110010 1110111 0 1000111 11110 100001 101000110 110111 101011

Color Harmonies of #AB3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3277

Black with #AB3277

Text Example


Text Example

White with #AB3277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3277; }

 p { color: rgb(171,50,119); }

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

background-color css

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

 a { background-color: rgb(171,50,119); }

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

border-color css

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

 span { border-color: rgb(171,50,119); }

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