Html Css Color HEX #AB327B Medium Red Violet

📋 copy color: '#AB327B'

red 171 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #AB327B

Tints of Medium Red Violet #AB327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 49.71%
G = 14.53%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB327B (or 0xAB327B) is known color: Medium Red Violet. HEX triplet: AB, 32 and 7B. RGB value is (171,50,123). Sum of RGB (Red+Green+Blue) = 171+50+123=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB327B is #54CD84. Grayscale: #5E5E5E. Windows color (decimal): -5557637 or 8073899. OLE color: 8073899.

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

Color convert

RGB 171 50 123 -
CMYK 0 0.71 0.28 0.33
HSL 323.8º 0.55% 0.43% -
HSV(B) 323.8º 0.71% 0.67% -
XYZ 21.51 12.37 19.99 -
YUV 94.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 171 50 123 0 0.71 0.28 0.33 323.8 0.55 0.43
Hex AB 32 7B 0 47 1C 21 144 37 2B
Octal 253 62 173 0 107 34 41 504 67 53
Binary 10101011 110010 1111011 0 1000111 11100 100001 101000100 110111 101011

Color Harmonies of #AB327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB327B

Black with #AB327B

Text Example


Text Example

White with #AB327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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