#A065EA

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

Shades of Medium Purple #A065EA

Tints of Medium Purple #A065EA

Color information

#A065EA (or 0xA065EA) is unknown color: approx Medium Purple. HEX triplet: A0, 65 and EA. RGB value is (160,101,234). Sum of RGB (Red+Green+Blue) = 160+101+234=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #A065EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065EA is #5F9A15. Grayscale: #858585. Windows color (decimal): -6265366 or 15361440. OLE color: 15361440.

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

Color convert

RGB160101234-
CMYK0.320.5700.08
HSL266.62º76%65.69%-
HSV(B)266.62º56.84%91.76%-
XYZ3422.7280.44-
YUV133.8184.55146.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=32.32%
G=20.40%
B=47.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601012340.320.5700.08266.627665.69
HexA065EA20390810b4c42
Octal2401453524071010413114102
Binary101000001100101111010101000001110010100010000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065EA; }

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

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

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

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

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

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

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

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