#A06BEE

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

Shades of Medium Purple #A06BEE

Tints of Medium Purple #A06BEE

Color information

#A06BEE (or 0xA06BEE) is unknown color: approx Medium Purple. HEX triplet: A0, 6B and EE. RGB value is (160,107,238). Sum of RGB (Red+Green+Blue) = 160+107+238=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A06BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BEE is #5F9411. Grayscale: #898989. Windows color (decimal): -6263826 or 15625120. OLE color: 15625120.

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

Color convert

RGB160107238-
CMYK0.330.5500.07
HSL264.27º79.39%67.65%-
HSV(B)264.27º55.04%93.33%-
XYZ35.1924.1683.7-
YUV137.78184.56143.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=31.68%
G=21.19%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601072380.330.5500.07264.2779.3967.65
HexA06BEE2137071084f44
Octal240153356416707410117104
Binary10100000110101111101110100001110111011110000100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BEE; }

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

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

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

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

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

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

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

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