Html Css Color HEX #AB3283 Medium Red Violet

📋 copy color: '#AB3283'

red 171 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #AB3283

Tints of Medium Red Violet #AB3283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 48.58%
G = 14.2%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB3283 (or 0xAB3283) is known color: Medium Red Violet. HEX triplet: AB, 32 and 83. RGB value is (171,50,131). Sum of RGB (Red+Green+Blue) = 171+50+131=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3283 is #54CD7C. Grayscale: #5F5F5F. Windows color (decimal): -5557629 or 8598187. OLE color: 8598187.

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

Color convert

RGB 171 50 131 -
CMYK 0 0.71 0.23 0.33
HSL 319.83º 0.55% 0.43% -
HSV(B) 319.83º 0.71% 0.67% -
XYZ 22.03 12.58 22.74 -
YUV 95.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 171 50 131 0 0.71 0.23 0.33 319.83 0.55 0.43
Hex AB 32 83 0 47 17 21 140 37 2B
Octal 253 62 203 0 107 27 41 500 67 53
Binary 10101011 110010 10000011 0 1000111 10111 100001 101000000 110111 101011

Color Harmonies of #AB3283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3283

Black with #AB3283

Text Example


Text Example

White with #AB3283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3283; }

 p { color: rgb(171,50,131); }

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

background-color css

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

 a { background-color: rgb(171,50,131); }

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

border-color css

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

 span { border-color: rgb(171,50,131); }

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