Html Css Color HEX #AB34A0 Medium Red Violet

📋 copy color: '#AB34A0'

red 171 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #AB34A0

Tints of Medium Red Violet #AB34A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 44.65%
G = 13.58%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB34A0 (or 0xAB34A0) is known color: Medium Red Violet. HEX triplet: AB, 34 and A0. RGB value is (171,52,160). Sum of RGB (Red+Green+Blue) = 171+52+160=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB34A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34A0 is #54CB5F. Grayscale: #636363. Windows color (decimal): -5557088 or 10499243. OLE color: 10499243.

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

Color convert

RGB 171 52 160 -
CMYK 0 0.70 0.06 0.33
HSL 305.55º 0.53% 0.44% -
HSV(B) 305.55º 0.7% 0.67% -
XYZ 24.37 13.65 34.61 -
YUV 99.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 171 52 160 0 0.70 0.06 0.33 305.55 0.53 0.44
Hex AB 34 A0 0 46 6 21 132 35 2C
Octal 253 64 240 0 106 6 41 462 65 54
Binary 10101011 110100 10100000 0 1000110 110 100001 100110010 110101 101100

Color Harmonies of #AB34A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34A0

Black with #AB34A0

Text Example


Text Example

White with #AB34A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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