#A585EE

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

Shades of Medium Purple #A585EE

Tints of Medium Purple #A585EE

Color information

#A585EE (or 0xA585EE) is unknown color: approx Medium Purple. HEX triplet: A5, 85 and EE. RGB value is (165,133,238). Sum of RGB (Red+Green+Blue) = 165+133+238=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A585EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585EE is #5A7A11. Grayscale: #9A9A9A. Windows color (decimal): -5929490 or 15631781. OLE color: 15631781.

HSL color Cylindrical-coordinate representation of color #A585EE: hue angle of 258.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A585EE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165133238-
CMYK0.310.4400.07
HSL258.29º75.54%72.75%-
HSV(B)258.29º44.12%93.33%-
XYZ39.3430.9584.79-
YUV154.54175.1135.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=30.78%
G=24.81%
B=44.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651332380.310.4400.07258.2975.5472.75
HexA585EE1F2C071024c49
Octal245205356375407402114111
Binary10100101100001011110111011111101100011110000001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585EE; }

 p { color: rgb(165,133,238); }

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

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

 a { background-color: rgb(165,133,238); }

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

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

 span { border-color: rgb(165,133,238); }

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