#A383DC

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

Shades of Medium Purple #A383DC

Tints of Medium Purple #A383DC

Color information

#A383DC (or 0xA383DC) is unknown color: approx Medium Purple. HEX triplet: A3, 83 and DC. RGB value is (163,131,220). Sum of RGB (Red+Green+Blue) = 163+131+220=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 131 (51.56% from 255 or 25.49% 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 #A383DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383DC is #5C7C23. Grayscale: #969696. Windows color (decimal): -6061092 or 14451619. OLE color: 14451619.

HSL color Cylindrical-coordinate representation of color #A383DC: hue angle of 261.57º 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 #A383DC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163131220-
CMYK0.260.4000.14
HSL261.57º55.97%68.82%-
HSV(B)261.57º40.45%86.27%-
XYZ36.1429.1971.44-
YUV150.71167.1136.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=31.71%
G=25.49%
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
Decimal1631312200.260.4000.14261.5755.9768.82
HexA383DC1A280E1063845
Octal243203334325001640670105
Binary10100011100000111101110011010101000011101000001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383DC; }

 p { color: rgb(163,131,220); }

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

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

 a { background-color: rgb(163,131,220); }

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

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

 span { border-color: rgb(163,131,220); }

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