Html Css Color HEX #AB327D Medium Red Violet

📋 copy color: '#AB327D'

red 171 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #AB327D

Tints of Medium Red Violet #AB327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 49.42%
G = 14.45%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB327D (or 0xAB327D) is known color: Medium Red Violet. HEX triplet: AB, 32 and 7D. RGB value is (171,50,125). Sum of RGB (Red+Green+Blue) = 171+50+125=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB327D is #54CD82. Grayscale: #5E5E5E. Windows color (decimal): -5557635 or 8204971. OLE color: 8204971.

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

Color convert

RGB 171 50 125 -
CMYK 0 0.71 0.27 0.33
HSL 322.81º 0.55% 0.43% -
HSV(B) 322.81º 0.71% 0.67% -
XYZ 21.64 12.42 20.66 -
YUV 94.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 171 50 125 0 0.71 0.27 0.33 322.81 0.55 0.43
Hex AB 32 7D 0 47 1B 21 143 37 2B
Octal 253 62 175 0 107 33 41 503 67 53
Binary 10101011 110010 1111101 0 1000111 11011 100001 101000011 110111 101011

Color Harmonies of #AB327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB327D

Black with #AB327D

Text Example


Text Example

White with #AB327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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