#A06CFA

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

Shades of Medium Purple #A06CFA

Tints of Medium Purple #A06CFA

Color information

#A06CFA (or 0xA06CFA) is unknown color: approx Medium Purple. HEX triplet: A0, 6C and FA. RGB value is (160,108,250). Sum of RGB (Red+Green+Blue) = 160+108+250=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A06CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CFA is #5F9305. Grayscale: #8B8B8B. Windows color (decimal): -6263558 or 16411808. OLE color: 16411808.

HSL color Cylindrical-coordinate representation of color #A06CFA: hue angle of 261.97º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06CFA is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160108250-
CMYK0.360.5700.02
HSL261.97º93.42%70.2%-
HSV(B)261.97º56.8%98.04%-
XYZ37.1225.193.33-
YUV139.74190.23142.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 108 (42.58% from 255) = 20.85%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=30.89%
G=20.85%
B=48.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601082500.360.5700.02261.9793.4270.2
HexA06CFA2439021065d46
Octal240154372447102406135106
Binary1010000011011001111101010010011100101010000011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CFA; }

 p { color: rgb(160,108,250); }

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

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

 a { background-color: rgb(160,108,250); }

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

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

 span { border-color: rgb(160,108,250); }

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