#A06BE4

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

Shades of Medium Purple #A06BE4

Tints of Medium Purple #A06BE4

Color information

#A06BE4 (or 0xA06BE4) is unknown color: approx Medium Purple. HEX triplet: A0, 6B and E4. RGB value is (160,107,228). Sum of RGB (Red+Green+Blue) = 160+107+228=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #A06BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BE4 is #5F941B. Grayscale: #888888. Windows color (decimal): -6263836 or 14969760. OLE color: 14969760.

HSL color Cylindrical-coordinate representation of color #A06BE4: hue angle of 266.28º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06BE4 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160107228-
CMYK0.300.5300.11
HSL266.28º69.14%65.69%-
HSV(B)266.28º53.07%89.41%-
XYZ33.7623.5976.17-
YUV136.64179.56144.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=32.32%
G=21.62%
B=46.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601072280.300.5300.11266.2869.1465.69
HexA06BE41E350B10a4542
Octal2401533443665013412105102
Binary10100000110101111100100111101101010101110000101010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BE4; }

 p { color: rgb(160,107,228); }

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

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

 a { background-color: rgb(160,107,228); }

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

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

 span { border-color: rgb(160,107,228); }

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