Html Css Color HEX #AB2394 Medium Red Violet

📋 copy color: '#AB2394'

red 171 ◦ green 35 ◦ blue 148

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

Shades of Medium Red Violet #AB2394

Tints of Medium Red Violet #AB2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

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

R = 48.31%
G = 9.89%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB2394 (or 0xAB2394) is known color: Medium Red Violet. HEX triplet: AB, 23 and 94. RGB value is (171,35,148). Sum of RGB (Red+Green+Blue) = 171+35+148=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2394 is #54DC6B. Grayscale: #585858. Windows color (decimal): -5561452 or 9708459. OLE color: 9708459.

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

Color convert

RGB 171 35 148 -
CMYK 0 0.80 0.13 0.33
HSL 310.15º 0.66% 0.4% -
HSV(B) 310.15º 0.8% 0.67% -
XYZ 22.74 12 29.13 -
YUV 88.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 171 35 148 0 0.80 0.13 0.33 310.15 0.66 0.4
Hex AB 23 94 0 50 D 21 136 42 28
Octal 253 43 224 0 120 15 41 466 102 50
Binary 10101011 100011 10010100 0 1010000 1101 100001 100110110 1000010 101000

Color Harmonies of #AB2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2394

Black with #AB2394

Text Example


Text Example

White with #AB2394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2394; }

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

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

background-color css

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

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

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

border-color css

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

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

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