Html Css Color HEX #AB347F Medium Red Violet

📋 copy color: '#AB347F'

red 171 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #AB347F

Tints of Medium Red Violet #AB347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 48.86%
G = 14.86%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB347F (or 0xAB347F) is known color: Medium Red Violet. HEX triplet: AB, 34 and 7F. RGB value is (171,52,127). Sum of RGB (Red+Green+Blue) = 171+52+127=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB347F is #54CB80. Grayscale: #5F5F5F. Windows color (decimal): -5557121 or 8336555. OLE color: 8336555.

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

Color convert

RGB 171 52 127 -
CMYK 0 0.70 0.26 0.33
HSL 322.18º 0.53% 0.44% -
HSV(B) 322.18º 0.7% 0.67% -
XYZ 21.85 12.65 21.37 -
YUV 96.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 171 52 127 0 0.70 0.26 0.33 322.18 0.53 0.44
Hex AB 34 7F 0 46 1A 21 142 35 2C
Octal 253 64 177 0 106 32 41 502 65 54
Binary 10101011 110100 1111111 0 1000110 11010 100001 101000010 110101 101100

Color Harmonies of #AB347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB347F

Black with #AB347F

Text Example


Text Example

White with #AB347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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