Html Css Color HEX #AB2582 Medium Red Violet

📋 copy color: '#AB2582'

red 171 ◦ green 37 ◦ blue 130

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

Shades of Medium Red Violet #AB2582

Tints of Medium Red Violet #AB2582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 50.59%
G = 10.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB2582 (or 0xAB2582) is known color: Medium Red Violet. HEX triplet: AB, 25 and 82. RGB value is (171,37,130). Sum of RGB (Red+Green+Blue) = 171+37+130=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2582 is #54DA7D. Grayscale: #575757. Windows color (decimal): -5560958 or 8529323. OLE color: 8529323.

HSL color Cylindrical-coordinate representation of color #AB2582: hue angle of 318.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2582 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 130 -
CMYK 0 0.78 0.24 0.33
HSL 318.36º 0.64% 0.41% -
HSV(B) 318.36º 0.78% 0.67% -
XYZ 21.49 11.59 22.22 -
YUV 87.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 171 37 130 0 0.78 0.24 0.33 318.36 0.64 0.41
Hex AB 25 82 0 4E 18 21 13E 40 29
Octal 253 45 202 0 116 30 41 476 100 51
Binary 10101011 100101 10000010 0 1001110 11000 100001 100111110 1000000 101001

Color Harmonies of #AB2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2582

Black with #AB2582

Text Example


Text Example

White with #AB2582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2582; }

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

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

background-color css

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

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

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

border-color css

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

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

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