Html Css Color HEX #AB2296 Medium Red Violet

📋 copy color: '#AB2296'

red 171 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #AB2296

Tints of Medium Red Violet #AB2296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 48.17%
G = 9.58%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB2296 (or 0xAB2296) is known color: Medium Red Violet. HEX triplet: AB, 22 and 96. RGB value is (171,34,150). Sum of RGB (Red+Green+Blue) = 171+34+150=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2296 is #54DD69. Grayscale: #575757. Windows color (decimal): -5561706 or 9839275. OLE color: 9839275.

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

Color convert

RGB 171 34 150 -
CMYK 0 0.80 0.12 0.33
HSL 309.2º 0.67% 0.4% -
HSV(B) 309.2º 0.8% 0.67% -
XYZ 22.87 12 29.97 -
YUV 88.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 171 34 150 0 0.80 0.12 0.33 309.2 0.67 0.4
Hex AB 22 96 0 50 C 21 135 43 28
Octal 253 42 226 0 120 14 41 465 103 50
Binary 10101011 100010 10010110 0 1010000 1100 100001 100110101 1000011 101000

Color Harmonies of #AB2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2296

Black with #AB2296

Text Example


Text Example

White with #AB2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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