Html Css Color HEX #AB349D Medium Red Violet

📋 copy color: '#AB349D'

red 171 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #AB349D

Tints of Medium Red Violet #AB349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 45%
G = 13.68%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB349D (or 0xAB349D) is known color: Medium Red Violet. HEX triplet: AB, 34 and 9D. RGB value is (171,52,157). Sum of RGB (Red+Green+Blue) = 171+52+157=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB349D is #54CB62. Grayscale: #636363. Windows color (decimal): -5557091 or 10302635. OLE color: 10302635.

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

Color convert

RGB 171 52 157 -
CMYK 0 0.70 0.08 0.33
HSL 307.06º 0.53% 0.44% -
HSV(B) 307.06º 0.7% 0.67% -
XYZ 24.11 13.55 33.24 -
YUV 99.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 171 52 157 0 0.70 0.08 0.33 307.06 0.53 0.44
Hex AB 34 9D 0 46 8 21 133 35 2C
Octal 253 64 235 0 106 10 41 463 65 54
Binary 10101011 110100 10011101 0 1000110 1000 100001 100110011 110101 101100

Color Harmonies of #AB349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB349D

Black with #AB349D

Text Example


Text Example

White with #AB349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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