#A066EA

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

Shades of Medium Purple #A066EA

Tints of Medium Purple #A066EA

Color information

#A066EA (or 0xA066EA) is unknown color: approx Medium Purple. HEX triplet: A0, 66 and EA. RGB value is (160,102,234). Sum of RGB (Red+Green+Blue) = 160+102+234=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A066EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066EA is #5F9915. Grayscale: #858585. Windows color (decimal): -6265110 or 15361696. OLE color: 15361696.

HSL color Cylindrical-coordinate representation of color #A066EA: hue angle of 266.36º 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 #A066EA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160102234-
CMYK0.320.5600.08
HSL266.36º75.86%65.88%-
HSV(B)266.36º56.41%91.76%-
XYZ34.122.9280.47-
YUV134.39184.22146.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=32.26%
G=20.56%
B=47.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601022340.320.5600.08266.3675.8665.88
HexA066EA20380810a4c42
Octal2401463524070010412114102
Binary101000001100110111010101000001110000100010000101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066EA; }

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

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

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

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

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

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

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

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