Html Css Color HEX #AB25A4 Medium Red Violet

📋 copy color: '#AB25A4'

red 171 ◦ green 37 ◦ blue 164

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

Shades of Medium Red Violet #AB25A4

Tints of Medium Red Violet #AB25A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.09%

R = 45.97%
G = 9.95%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB25A4 (or 0xAB25A4) is known color: Medium Red Violet. HEX triplet: AB, 25 and A4. RGB value is (171,37,164). Sum of RGB (Red+Green+Blue) = 171+37+164=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB25A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB25A4 is #54DA5B. Grayscale: #5B5B5B. Windows color (decimal): -5560924 or 10757547. OLE color: 10757547.

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

Color convert

RGB 171 37 164 -
CMYK 0 0.78 0.04 0.33
HSL 303.13º 0.64% 0.41% -
HSV(B) 303.13º 0.78% 0.67% -
XYZ 24.16 12.66 36.29 -
YUV 91.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 171 37 164 0 0.78 0.04 0.33 303.13 0.64 0.41
Hex AB 25 A4 0 4E 4 21 12F 40 29
Octal 253 45 244 0 116 4 41 457 100 51
Binary 10101011 100101 10100100 0 1001110 100 100001 100101111 1000000 101001

Color Harmonies of #AB25A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25A4

Black with #AB25A4

Text Example


Text Example

White with #AB25A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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