Html Css Color HEX #AB428F Medium Red Violet

📋 copy color: '#AB428F'

red 171 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #AB428F

Tints of Medium Red Violet #AB428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 45%
G = 17.37%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB428F (or 0xAB428F) is known color: Medium Red Violet. HEX triplet: AB, 42 and 8F. RGB value is (171,66,143). Sum of RGB (Red+Green+Blue) = 171+66+143=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB428F is #54BD70. Grayscale: #696969. Windows color (decimal): -5553521 or 9388715. OLE color: 9388715.

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

Color convert

RGB 171 66 143 -
CMYK 0 0.61 0.16 0.33
HSL 316º 0.44% 0.46% -
HSV(B) 316º 0.61% 0.67% -
XYZ 23.7 14.54 27.54 -
YUV 106.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 171 66 143 0 0.61 0.16 0.33 316 0.44 0.46
Hex AB 42 8F 0 3D 10 21 13C 2C 2E
Octal 253 102 217 0 75 20 41 474 54 56
Binary 10101011 1000010 10001111 0 111101 10000 100001 100111100 101100 101110

Color Harmonies of #AB428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB428F

Black with #AB428F

Text Example


Text Example

White with #AB428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB428F; }

 p { color: rgb(171,66,143); }

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

background-color css

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

 a { background-color: rgb(171,66,143); }

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

border-color css

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

 span { border-color: rgb(171,66,143); }

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