Html Css Color HEX #AB2283 Medium Red Violet

📋 copy color: '#AB2283'

red 171 ◦ green 34 ◦ blue 131

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

Shades of Medium Red Violet #AB2283

Tints of Medium Red Violet #AB2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

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

R = 50.89%
G = 10.12%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB2283 (or 0xAB2283) is known color: Medium Red Violet. HEX triplet: AB, 22 and 83. RGB value is (171,34,131). Sum of RGB (Red+Green+Blue) = 171+34+131=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2283 is #54DD7C. Grayscale: #555555. Windows color (decimal): -5561725 or 8594091. OLE color: 8594091.

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

Color convert

RGB 171 34 131 -
CMYK 0 0.80 0.23 0.33
HSL 317.52º 0.67% 0.4% -
HSV(B) 317.52º 0.8% 0.67% -
XYZ 21.46 11.44 22.55 -
YUV 86.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 171 34 131 0 0.80 0.23 0.33 317.52 0.67 0.4
Hex AB 22 83 0 50 17 21 13E 43 28
Octal 253 42 203 0 120 27 41 476 103 50
Binary 10101011 100010 10000011 0 1010000 10111 100001 100111110 1000011 101000

Color Harmonies of #AB2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2283

Black with #AB2283

Text Example


Text Example

White with #AB2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2283; }

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

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

background-color css

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

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

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

border-color css

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

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

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