#A065EE

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

Shades of Medium Purple #A065EE

Tints of Medium Purple #A065EE

Color information

#A065EE (or 0xA065EE) is unknown color: approx Medium Purple. HEX triplet: A0, 65 and EE. RGB value is (160,101,238). Sum of RGB (Red+Green+Blue) = 160+101+238=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A065EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065EE is #5F9A11. Grayscale: #858585. Windows color (decimal): -6265362 or 15623584. OLE color: 15623584.

HSL color Cylindrical-coordinate representation of color #A065EE: hue angle of 265.84º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A065EE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160101238-
CMYK0.330.5800.07
HSL265.84º80.12%66.47%-
HSV(B)265.84º57.56%93.33%-
XYZ34.5822.9583.5-
YUV134.26186.55146.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=32.06%
G=20.24%
B=47.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601012380.330.5800.07265.8480.1266.47
HexA065EE213A0710a5042
Octal240145356417207412120102
Binary10100000110010111101110100001111010011110000101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065EE; }

 p { color: rgb(160,101,238); }

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

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

 a { background-color: rgb(160,101,238); }

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

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

 span { border-color: rgb(160,101,238); }

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