Html Css Color HEX #AB428C Medium Red Violet

📋 copy color: '#AB428C'

red 171 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #AB428C

Tints of Medium Red Violet #AB428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 45.36%
G = 17.51%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB428C (or 0xAB428C) is known color: Medium Red Violet. HEX triplet: AB, 42 and 8C. RGB value is (171,66,140). Sum of RGB (Red+Green+Blue) = 171+66+140=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB428C is #54BD73. Grayscale: #696969. Windows color (decimal): -5553524 or 9192107. OLE color: 9192107.

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

Color convert

RGB 171 66 140 -
CMYK 0 0.61 0.18 0.33
HSL 317.71º 0.44% 0.46% -
HSV(B) 317.71º 0.61% 0.67% -
XYZ 23.48 14.45 26.36 -
YUV 105.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 171 66 140 0 0.61 0.18 0.33 317.71 0.44 0.46
Hex AB 42 8C 0 3D 12 21 13E 2C 2E
Octal 253 102 214 0 75 22 41 476 54 56
Binary 10101011 1000010 10001100 0 111101 10010 100001 100111110 101100 101110

Color Harmonies of #AB428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB428C

Black with #AB428C

Text Example


Text Example

White with #AB428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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