Html Css Color HEX #AB4582 Medium Red Violet

📋 copy color: '#AB4582'

red 171 ◦ green 69 ◦ blue 130

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

Shades of Medium Red Violet #AB4582

Tints of Medium Red Violet #AB4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 46.22%
G = 18.65%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB4582 (or 0xAB4582) is known color: Medium Red Violet. HEX triplet: AB, 45 and 82. RGB value is (171,69,130). Sum of RGB (Red+Green+Blue) = 171+69+130=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4582 is #54BA7D. Grayscale: #6A6A6A. Windows color (decimal): -5552766 or 8537515. OLE color: 8537515.

HSL color Cylindrical-coordinate representation of color #AB4582: hue angle of 324.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4582 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 130 -
CMYK 0 0.60 0.24 0.33
HSL 324.12º 0.43% 0.47% -
HSV(B) 324.12º 0.6% 0.67% -
XYZ 22.95 14.53 22.71 -
YUV 106.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 171 69 130 0 0.60 0.24 0.33 324.12 0.43 0.47
Hex AB 45 82 0 3C 18 21 144 2A 2F
Octal 253 105 202 0 74 30 41 504 52 57
Binary 10101011 1000101 10000010 0 111100 11000 100001 101000100 101010 101111

Color Harmonies of #AB4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4582

Black with #AB4582

Text Example


Text Example

White with #AB4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4582; }

 p { color: rgb(171,69,130); }

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

background-color css

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

 a { background-color: rgb(171,69,130); }

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

border-color css

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

 span { border-color: rgb(171,69,130); }

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