#A366EA

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

Shades of Medium Purple #A366EA

Tints of Medium Purple #A366EA

Color information

#A366EA (or 0xA366EA) is unknown color: approx Medium Purple. HEX triplet: A3, 66 and EA. RGB value is (163,102,234). Sum of RGB (Red+Green+Blue) = 163+102+234=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A366EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366EA is #5C9915. Grayscale: #868686. Windows color (decimal): -6068502 or 15361699. OLE color: 15361699.

HSL color Cylindrical-coordinate representation of color #A366EA: hue angle of 267.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A366EA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163102234-
CMYK0.300.5600.08
HSL267.73º75.86%65.88%-
HSV(B)267.73º56.41%91.76%-
XYZ34.7123.2380.5-
YUV135.29183.71147.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=32.67%
G=20.44%
B=46.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631022340.300.5600.08267.7375.8665.88
HexA366EA1E380810c4c42
Octal2431463523670010414114102
Binary10100011110011011101010111101110000100010000110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366EA; }

 p { color: rgb(163,102,234); }

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

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

 a { background-color: rgb(163,102,234); }

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

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

 span { border-color: rgb(163,102,234); }

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