Html Css Color HEX #AB2096 Medium Red Violet

📋 copy color: '#AB2096'

red 171 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #AB2096

Tints of Medium Red Violet #AB2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 48.44%
G = 9.07%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB2096 (or 0xAB2096) is known color: Medium Red Violet. HEX triplet: AB, 20 and 96. RGB value is (171,32,150). Sum of RGB (Red+Green+Blue) = 171+32+150=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2096 is #54DF69. Grayscale: #565656. Windows color (decimal): -5562218 or 9838763. OLE color: 9838763.

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

Color convert

RGB 171 32 150 -
CMYK 0 0.81 0.12 0.33
HSL 309.06º 0.68% 0.4% -
HSV(B) 309.06º 0.81% 0.67% -
XYZ 22.82 11.89 29.95 -
YUV 87.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 171 32 150 0 0.81 0.12 0.33 309.06 0.68 0.4
Hex AB 20 96 0 51 C 21 135 44 28
Octal 253 40 226 0 121 14 41 465 104 50
Binary 10101011 100000 10010110 0 1010001 1100 100001 100110101 1000100 101000

Color Harmonies of #AB2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2096

Black with #AB2096

Text Example


Text Example

White with #AB2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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