Html Css Color HEX #AB348B Medium Red Violet

📋 copy color: '#AB348B'

red 171 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #AB348B

Tints of Medium Red Violet #AB348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 47.24%
G = 14.36%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB348B (or 0xAB348B) is known color: Medium Red Violet. HEX triplet: AB, 34 and 8B. RGB value is (171,52,139). Sum of RGB (Red+Green+Blue) = 171+52+139=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB348B is #54CB74. Grayscale: #616161. Windows color (decimal): -5557109 or 9122987. OLE color: 9122987.

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

Color convert

RGB 171 52 139 -
CMYK 0 0.70 0.19 0.33
HSL 316.13º 0.53% 0.44% -
HSV(B) 316.13º 0.7% 0.67% -
XYZ 22.68 12.98 25.74 -
YUV 97.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 171 52 139 0 0.70 0.19 0.33 316.13 0.53 0.44
Hex AB 34 8B 0 46 13 21 13C 35 2C
Octal 253 64 213 0 106 23 41 474 65 54
Binary 10101011 110100 10001011 0 1000110 10011 100001 100111100 110101 101100

Color Harmonies of #AB348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB348B

Black with #AB348B

Text Example


Text Example

White with #AB348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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