#A385EA

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

Shades of Medium Purple #A385EA

Tints of Medium Purple #A385EA

Color information

#A385EA (or 0xA385EA) is unknown color: approx Medium Purple. HEX triplet: A3, 85 and EA. RGB value is (163,133,234). Sum of RGB (Red+Green+Blue) = 163+133+234=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A385EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385EA is #5C7A15. Grayscale: #999999. Windows color (decimal): -6060566 or 15369635. OLE color: 15369635.

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

Color convert

RGB163133234-
CMYK0.300.4300.08
HSL257.82º70.63%71.96%-
HSV(B)257.82º43.16%91.76%-
XYZ38.3430.581.71-
YUV153.48173.44134.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=30.75%
G=25.09%
B=44.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631332340.300.4300.08257.8270.6371.96
HexA385EA1E2B081024748
Octal2432053523653010402107110
Binary101000111000010111101010111101010110100010000001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385EA; }

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

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

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

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

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

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

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

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