#AB468A

Color #AB468A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AB468A

Tints of Medium Red Violet #AB468A

Color information

#AB468A (or 0xAB468A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 46 and 8A. RGB value is (171,70,138). Sum of RGB (Red+Green+Blue) = 171+70+138=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB468A is #54B975. Grayscale: #6B6B6B. Windows color (decimal): -5552502 or 9062059. OLE color: 9062059.

HSL color Cylindrical-coordinate representation of color #AB468A: hue angle of 319.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB468A is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17170138-
CMYK00.590.190.33
HSL319.6º41.91%47.25%-
HSV(B)319.6º59.06%67.06%-
XYZ23.5714.8725.67-
YUV107.95144.96172.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=45.12%
G=18.47%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717013800.590.190.33319.641.9147.25
HexAB468A03B13211402a2f
Octal25310621207323415005257
Binary10101011100011010001010011101110011100001101000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB468A; }

 p { color: rgb(171,70,138); }

 H1.HeaderClassName
 {
   color: #AB468A;
 }
 .AnyTagClassName
 {
   color: #AB468A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,70,138); }

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

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

 span { border-color: rgb(171,70,138); }

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