Html Css Color HEX #AB258B Medium Red Violet

📋 copy color: '#AB258B'

red 171 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #AB258B

Tints of Medium Red Violet #AB258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 49.28%
G = 10.66%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB258B (or 0xAB258B) is known color: Medium Red Violet. HEX triplet: AB, 25 and 8B. RGB value is (171,37,139). Sum of RGB (Red+Green+Blue) = 171+37+139=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB258B is #54DA74. Grayscale: #585858. Windows color (decimal): -5560949 or 9119147. OLE color: 9119147.

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

Color convert

RGB 171 37 139 -
CMYK 0 0.78 0.19 0.33
HSL 314.33º 0.64% 0.41% -
HSV(B) 314.33º 0.78% 0.67% -
XYZ 22.12 11.85 25.55 -
YUV 88.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 171 37 139 0 0.78 0.19 0.33 314.33 0.64 0.41
Hex AB 25 8B 0 4E 13 21 13A 40 29
Octal 253 45 213 0 116 23 41 472 100 51
Binary 10101011 100101 10001011 0 1001110 10011 100001 100111010 1000000 101001

Color Harmonies of #AB258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB258B

Black with #AB258B

Text Example


Text Example

White with #AB258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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