#A284DC

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

Shades of Medium Purple #A284DC

Tints of Medium Purple #A284DC

Color information

#A284DC (or 0xA284DC) is unknown color: approx Medium Purple. HEX triplet: A2, 84 and DC. RGB value is (162,132,220). Sum of RGB (Red+Green+Blue) = 162+132+220=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A284DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284DC is #5D7B23. Grayscale: #969696. Windows color (decimal): -6126372 or 14451874. OLE color: 14451874.

HSL color Cylindrical-coordinate representation of color #A284DC: hue angle of 260.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A284DC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162132220-
CMYK0.260.4000.14
HSL260.45º55.7%69.02%-
HSV(B)260.45º40%86.27%-
XYZ36.0729.3571.47-
YUV151166.94135.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=31.52%
G=25.68%
B=42.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621322200.260.4000.14260.4555.769.02
HexA284DC1A280E1043845
Octal242204334325001640470105
Binary10100010100001001101110011010101000011101000001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284DC; }

 p { color: rgb(162,132,220); }

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

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

 a { background-color: rgb(162,132,220); }

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

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

 span { border-color: rgb(162,132,220); }

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