Html Css Color HEX #AB349C Medium Red Violet

📋 copy color: '#AB349C'

red 171 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #AB349C

Tints of Medium Red Violet #AB349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.72%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 45.12%
G = 13.72%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB349C (or 0xAB349C) is known color: Medium Red Violet. HEX triplet: AB, 34 and 9C. RGB value is (171,52,156). Sum of RGB (Red+Green+Blue) = 171+52+156=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB349C is #54CB63. Grayscale: #636363. Windows color (decimal): -5557092 or 10237099. OLE color: 10237099.

HSL color Cylindrical-coordinate representation of color #AB349C: hue angle of 307.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB349C is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 156 -
CMYK 0 0.70 0.09 0.33
HSL 307.56º 0.53% 0.44% -
HSV(B) 307.56º 0.7% 0.67% -
XYZ 24.02 13.51 32.79 -
YUV 99.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 171 52 156 0 0.70 0.09 0.33 307.56 0.53 0.44
Hex AB 34 9C 0 46 9 21 134 35 2C
Octal 253 64 234 0 106 11 41 464 65 54
Binary 10101011 110100 10011100 0 1000110 1001 100001 100110100 110101 101100

Color Harmonies of #AB349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB349C

Black with #AB349C

Text Example


Text Example

White with #AB349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB349C; }

 p { color: rgb(171,52,156); }

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

background-color css

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

 a { background-color: rgb(171,52,156); }

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

border-color css

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

 span { border-color: rgb(171,52,156); }

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