Html Css Color HEX #AB417D Medium Red Violet

📋 copy color: '#AB417D'

red 171 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #AB417D

Tints of Medium Red Violet #AB417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 47.37%
G = 18.01%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB417D (or 0xAB417D) is known color: Medium Red Violet. HEX triplet: AB, 41 and 7D. RGB value is (171,65,125). Sum of RGB (Red+Green+Blue) = 171+65+125=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB417D is #54BE82. Grayscale: #676767. Windows color (decimal): -5553795 or 8208811. OLE color: 8208811.

HSL color Cylindrical-coordinate representation of color #AB417D: hue angle of 326.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB417D is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 125 -
CMYK 0 0.62 0.27 0.33
HSL 326.04º 0.45% 0.46% -
HSV(B) 326.04º 0.62% 0.67% -
XYZ 22.39 13.92 20.91 -
YUV 103.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 171 65 125 0 0.62 0.27 0.33 326.04 0.45 0.46
Hex AB 41 7D 0 3E 1B 21 146 2D 2E
Octal 253 101 175 0 76 33 41 506 55 56
Binary 10101011 1000001 1111101 0 111110 11011 100001 101000110 101101 101110

Color Harmonies of #AB417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB417D

Black with #AB417D

Text Example


Text Example

White with #AB417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB417D; }

 p { color: rgb(171,65,125); }

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

background-color css

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

 a { background-color: rgb(171,65,125); }

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

border-color css

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

 span { border-color: rgb(171,65,125); }

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