Html Css Color HEX #AB2384 Medium Red Violet

📋 copy color: '#AB2384'

red 171 ◦ green 35 ◦ blue 132

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

Shades of Medium Red Violet #AB2384

Tints of Medium Red Violet #AB2384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 50.59%
G = 10.36%
B = 39.05%

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

#AB2384 (or 0xAB2384) is known color: Medium Red Violet. HEX triplet: AB, 23 and 84. RGB value is (171,35,132). Sum of RGB (Red+Green+Blue) = 171+35+132=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2384 is #54DC7B. Grayscale: #565656. Windows color (decimal): -5561468 or 8659883. OLE color: 8659883.

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

Color convert

RGB 171 35 132 -
CMYK 0 0.80 0.23 0.33
HSL 317.21º 0.66% 0.4% -
HSV(B) 317.21º 0.8% 0.67% -
XYZ 21.56 11.53 22.92 -
YUV 86.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 171 35 132 0 0.80 0.23 0.33 317.21 0.66 0.4
Hex AB 23 84 0 50 17 21 13D 42 28
Octal 253 43 204 0 120 27 41 475 102 50
Binary 10101011 100011 10000100 0 1010000 10111 100001 100111101 1000010 101000

Color Harmonies of #AB2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2384

Black with #AB2384

Text Example


Text Example

White with #AB2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2384; }

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

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

background-color css

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

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

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

border-color css

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

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

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