#AB4DDA

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

Shades of Medium Orchid #AB4DDA

Tints of Medium Orchid #AB4DDA

Color information

#AB4DDA (or 0xAB4DDA) is unknown color: approx Medium Orchid. HEX triplet: AB, 4D and DA. RGB value is (171,77,218). Sum of RGB (Red+Green+Blue) = 171+77+218=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDA is #54B225. Grayscale: #787878. Windows color (decimal): -5550630 or 14306731. OLE color: 14306731.

HSL color Cylindrical-coordinate representation of color #AB4DDA: hue angle of 280º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4DDA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17177218-
CMYK0.220.6500.15
HSL280º65.58%57.84%-
HSV(B)280º64.68%85.49%-
XYZ32.119.0368.31-
YUV121.18182.64163.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 77 (30.47% from 255) = 16.52%
BLUE value IS 218 (85.55% from 255) = 46.78%
R=36.70%
G=16.52%
B=46.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171772180.220.6500.1528065.5857.84
HexAB4DDA16410F118423a
Octal2531153322610101743010272
Binary10101011100110111011010101101000001011111000110001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4DDA; }

 p { color: rgb(171,77,218); }

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

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

 a { background-color: rgb(171,77,218); }

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

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

 span { border-color: rgb(171,77,218); }

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