#A06BF8

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

Shades of Medium Purple #A06BF8

Tints of Medium Purple #A06BF8

Color information

#A06BF8 (or 0xA06BF8) is unknown color: approx Medium Purple. HEX triplet: A0, 6B and F8. RGB value is (160,107,248). Sum of RGB (Red+Green+Blue) = 160+107+248=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #A06BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BF8 is #5F9407. Grayscale: #8A8A8A. Windows color (decimal): -6263816 or 16280480. OLE color: 16280480.

HSL color Cylindrical-coordinate representation of color #A06BF8: hue angle of 262.55º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06BF8 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160107248-
CMYK0.350.5700.03
HSL262.55º90.97%69.61%-
HSV(B)262.55º56.85%97.25%-
XYZ36.724.7791.65-
YUV138.92189.56143.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 248 (97.27% from 255) = 48.16%
R=31.07%
G=20.78%
B=48.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601072480.350.5700.03262.5590.9769.61
HexA06BF82339031075b46
Octal240153370437103407133106
Binary1010000011010111111100010001111100101110000011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BF8; }

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

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

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

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

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

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

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

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