Html Css Color HEX #AB3080 Medium Red Violet

📋 copy color: '#AB3080'

red 171 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #AB3080

Tints of Medium Red Violet #AB3080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 49.28%
G = 13.83%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB3080 (or 0xAB3080) is known color: Medium Red Violet. HEX triplet: AB, 30 and 80. RGB value is (171,48,128). Sum of RGB (Red+Green+Blue) = 171+48+128=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3080 is #54CF7F. Grayscale: #5D5D5D. Windows color (decimal): -5558144 or 8401067. OLE color: 8401067.

HSL color Cylindrical-coordinate representation of color #AB3080: hue angle of 320.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3080 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 48 128 -
CMYK 0 0.72 0.25 0.33
HSL 320.98º 0.56% 0.43% -
HSV(B) 320.98º 0.72% 0.67% -
XYZ 21.75 12.33 21.66 -
YUV 93.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 171 48 128 0 0.72 0.25 0.33 320.98 0.56 0.43
Hex AB 30 80 0 48 19 21 141 38 2B
Octal 253 60 200 0 110 31 41 501 70 53
Binary 10101011 110000 10000000 0 1001000 11001 100001 101000001 111000 101011

Color Harmonies of #AB3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3080

Black with #AB3080

Text Example


Text Example

White with #AB3080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3080; }

 p { color: rgb(171,48,128); }

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

background-color css

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

 a { background-color: rgb(171,48,128); }

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

border-color css

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

 span { border-color: rgb(171,48,128); }

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