#AB0682

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

Shades of Medium Violet Red #AB0682

Tints of Medium Violet Red #AB0682

Color information

#AB0682 (or 0xAB0682) is unknown color: approx Medium Violet Red. HEX triplet: AB, 06 and 82. RGB value is (171,6,130). Sum of RGB (Red+Green+Blue) = 171+6+130=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0682 is #54F97D. Grayscale: #454545. Windows color (decimal): -5568894 or 8521387. OLE color: 8521387.

HSL color Cylindrical-coordinate representation of color #AB0682: hue angle of 314.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0682 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB1716130-
CMYK00.960.240.33
HSL314.91º93.22%34.71%-
HSV(B)314.91º96.49%67.06%-
XYZ20.8910.422.03-
YUV69.47162.16200.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=55.70%
G=1.95%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171613000.960.240.33314.9193.2234.71
HexAB682060182113b5d23
Octal25362020140304147313543
Binary101010111101000001001100000110001000011001110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0682; }

 p { color: rgb(171,6,130); }

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

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

 a { background-color: rgb(171,6,130); }

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

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

 span { border-color: rgb(171,6,130); }

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