Html Css Color HEX #AB258D Medium Red Violet

📋 copy color: '#AB258D'

red 171 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #AB258D

Tints of Medium Red Violet #AB258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 49%
G = 10.6%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB258D (or 0xAB258D) is known color: Medium Red Violet. HEX triplet: AB, 25 and 8D. RGB value is (171,37,141). Sum of RGB (Red+Green+Blue) = 171+37+141=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB258D is #54DA72. Grayscale: #585858. Windows color (decimal): -5560947 or 9250219. OLE color: 9250219.

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

Color convert

RGB 171 37 141 -
CMYK 0 0.78 0.18 0.33
HSL 313.43º 0.64% 0.41% -
HSV(B) 313.43º 0.78% 0.67% -
XYZ 22.26 11.9 26.32 -
YUV 88.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 171 37 141 0 0.78 0.18 0.33 313.43 0.64 0.41
Hex AB 25 8D 0 4E 12 21 139 40 29
Octal 253 45 215 0 116 22 41 471 100 51
Binary 10101011 100101 10001101 0 1001110 10010 100001 100111001 1000000 101001

Color Harmonies of #AB258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB258D

Black with #AB258D

Text Example


Text Example

White with #AB258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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