Html Css Color HEX #AB2094 Medium Red Violet

📋 copy color: '#AB2094'

red 171 ◦ green 32 ◦ blue 148

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

Shades of Medium Red Violet #AB2094

Tints of Medium Red Violet #AB2094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 48.72%
G = 9.12%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB2094 (or 0xAB2094) is known color: Medium Red Violet. HEX triplet: AB, 20 and 94. RGB value is (171,32,148). Sum of RGB (Red+Green+Blue) = 171+32+148=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2094 is #54DF6B. Grayscale: #565656. Windows color (decimal): -5562220 or 9707691. OLE color: 9707691.

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

Color convert

RGB 171 32 148 -
CMYK 0 0.81 0.13 0.33
HSL 309.93º 0.68% 0.4% -
HSV(B) 309.93º 0.81% 0.67% -
XYZ 22.66 11.83 29.11 -
YUV 86.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 171 32 148 0 0.81 0.13 0.33 309.93 0.68 0.4
Hex AB 20 94 0 51 D 21 136 44 28
Octal 253 40 224 0 121 15 41 466 104 50
Binary 10101011 100000 10010100 0 1010001 1101 100001 100110110 1000100 101000

Color Harmonies of #AB2094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2094

Black with #AB2094

Text Example


Text Example

White with #AB2094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2094; }

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

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

background-color css

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

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

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

border-color css

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

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

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